import { type IDashboardWidget } from "@gooddata/sdk-model"; import { type IDashboardLayoutItemFacade } from "../../../../_staging/dashboard/flexibleLayout/facade/interfaces.js"; export declare const useShouldShowRowEndHotspot: (item: IDashboardLayoutItemFacade, rowIndex: number) => { enableRowEndHotspot: boolean; gridWidth: number; gridHeight: number; hideDropzoneText: boolean; }; export type RowEndHotspotProps = { item: IDashboardLayoutItemFacade; rowIndex: number; }; export declare function RowEndHotspot({ item, rowIndex }: RowEndHotspotProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=RowEndHotspot.d.ts.map