export declare function ShadowPortal({ children }: {
    children: React.ReactNode;
}): import("react").ReactPortal;
