import { type IDashboardLayoutContainerDirection } from "@gooddata/sdk-model"; import { type DropZoneType, type ILayoutItemPath } from "../../../../types.js"; interface IHotspotProps { layoutPath: ILayoutItemPath; dropZoneType: DropZoneType; direction: IDashboardLayoutContainerDirection; isEndingHotspot?: boolean; hideDropTarget?: boolean; isOverNestedLayout?: boolean; isInFirstRow?: boolean; } export declare function Hotspot({ layoutPath, dropZoneType, direction, isEndingHotspot, hideDropTarget, isInFirstRow, isOverNestedLayout }: IHotspotProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Hotspot.d.ts.map