import { type OnError, type OnLoadingChanged } from "@gooddata/sdk-ui"; import { type IDashboardLayoutSectionFacade } from "../../../_staging/dashboard/flexibleLayout/facade/interfaces.js"; import { type HeaderExportData } from "../../export/types.js"; export interface IDashboardLayoutSectionHeaderProps { section: IDashboardLayoutSectionFacade; exportData?: HeaderExportData; onLoadingChanged?: OnLoadingChanged; onError?: OnError; } export declare function DashboardLayoutViewSectionHeader({ section, exportData, onLoadingChanged, onError }: IDashboardLayoutSectionHeaderProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=DashboardLayoutViewSectionHeaderRenderer.d.ts.map