import { type ReactElement } from "react"; import { type IDashboardLayoutSectionHeaderRenderProps } from "./interfaces.js"; export declare function DashboardLayoutExportSectionHeaderRenderer(props: IDashboardLayoutSectionHeaderRenderProps): ReactElement | null; //# sourceMappingURL=DashboardLayoutExportSectionHeaderRenderer.d.ts.map