import type { ReactNode, FC } from 'react'; declare const ClientOnlyPortal: FC<{ children: ReactNode; providerFrame?: 'document' | string | React.RefObject; }>; export { ClientOnlyPortal }; //# sourceMappingURL=ClientOnlyPortal.d.ts.map