export declare function createCollapseablePanel(label: string, content: HTMLElement, startExpanded?: boolean): HTMLDivElement;