import * as React from 'react'; export declare type ShadowPortalProps = { children: React.ReactNode; }; export declare const ShadowPortal: React.FC;