import * as React from 'react'; export interface TopPanePortalProps { children: React.ReactNode; } export declare const TopPanePortal: React.FC;