import * as React from 'react'; export declare function ShadowPortal({ children }: { children: React.ReactNode; }): React.ReactPortal | null;