import { ReactNode } from 'react';
type Props = {
    children: ReactNode;
    id: string;
};
declare const Portal: (props: Props) => import("react/jsx-runtime").JSX.Element | null;
export { Portal };
//# sourceMappingURL=Portal.d.ts.map