import { type ReactElement } from "react"; import { type IDashboardLayoutSectionFacade } from "../../../../_staging/dashboard/flexibleLayout/facade/interfaces.js"; export interface ISectionHeaderEditableProps { title: string | undefined; description: string | undefined; section: IDashboardLayoutSectionFacade; } export declare function SectionHeaderEditable({ title: rawTitle, description: rawDescription, section }: ISectionHeaderEditableProps): ReactElement; //# sourceMappingURL=SectionHeaderEditable.d.ts.map