import { type ReactElement } from "react"; import { type IDashboardLayoutItemFacade } from "../../../_staging/dashboard/flexibleLayout/facade/interfaces.js"; import { type IDashboardLayoutGridRowProps } from "./DashboardLayoutGridRow.js"; export declare function DashboardLayoutGridRowEdit({ section, itemKeyGetter, gridRowRenderer, itemRenderer, widgetRenderer, getLayoutDimensions, items, renderMode, itemsInRowsByIndex }: IDashboardLayoutGridRowProps & { itemsInRowsByIndex: [number, IDashboardLayoutItemFacade[]][]; }): ReactElement; //# sourceMappingURL=DashboardLayoutGridRowEdit.d.ts.map