import { ReactNode } from 'react'; export declare const Portal: ({ children, className, tag, }: { children: ReactNode | ReactNode[]; className?: string | undefined; tag?: string | undefined; }) => any; //# sourceMappingURL=Portal.d.ts.map