import { type IDashboardLayoutItemFacade } from "../../../../_staging/dashboard/flexibleLayout/facade/interfaces.js"; import { type ILayoutSectionPath } from "../../../../types.js"; export declare const buildEmptyItemFacadeWithSetSize: (gridWidth: number, sectionIndex: ILayoutSectionPath) => IDashboardLayoutItemFacade; //# sourceMappingURL=emptyFacade.d.ts.map