export interface PanelProps { children?: React.ReactNode; } export declare const Panel: import("react").ForwardRefExoticComponent>;