import { type IDashboardLayoutSizeByScreenSize } from "@gooddata/sdk-model"; import { type IDashboardLayoutSectionFacade } from "../../../_staging/dashboard/flexibleLayout/facade/interfaces.js"; /** * @alpha */ export interface IDashboardLayoutSectionHeaderProps { section: IDashboardLayoutSectionFacade; isEmptySection: boolean; parentLayoutItemSize: IDashboardLayoutSizeByScreenSize | undefined; } export declare function DashboardLayoutEditSectionHeader({ section, parentLayoutItemSize, isEmptySection }: IDashboardLayoutSectionHeaderProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=DashboardLayoutEditSectionHeader.d.ts.map