export default function _default({ id, type }: {
    id: any;
    type: any;
}): import("react/jsx-runtime").JSX.Element;