interface IConfigurationPanelHeaderProps { headerText: string; } export declare function ConfigurationPanelHeader(props: IConfigurationPanelHeaderProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ConfigurationPanelHeader.d.ts.map