export declare function CollapsiblePanel({ title, children }: { title?: string; children: JSX.Element; }): import("react/jsx-runtime").JSX.Element;