import { type ISettings, type ScreenSize } from "@gooddata/sdk-model"; import { type IDashboardLayoutItemFacade } from "../../_staging/dashboard/flexibleLayout/facade/interfaces.js"; import { type ExtendedDashboardWidget } from "../../model/types/layoutTypes.js"; import { type ILayoutItemPath } from "../../types.js"; export declare function getRemainingWidthInRow(item: IDashboardLayoutItemFacade, screen: ScreenSize, rowIndex: number, currentlyDraggedItemLayoutPath: ILayoutItemPath | undefined): number; export declare function getRemainingHeightInColumn(item: IDashboardLayoutItemFacade, screen: ScreenSize, parentLayoutItem: IDashboardLayoutItemFacade | undefined, settings: ISettings): number; //# sourceMappingURL=rowEndHotspotHelper.d.ts.map