export interface PanelSectionHeaderProps { readonly title?: string; } export declare function PanelSectionHeader({ title }: PanelSectionHeaderProps): JSX.Element; //# sourceMappingURL=panelSectionHeader.d.ts.map