import { type IDashboardLayoutSizeByScreenSize } from "@gooddata/sdk-model"; import { type ILayoutSectionPath } from "../../../../types.js"; export type RowPosition = "above" | "below"; interface ISectionHotspotProps { index: ILayoutSectionPath; targetPosition?: RowPosition; itemSize?: IDashboardLayoutSizeByScreenSize; } export declare function SectionHotspot({ index, targetPosition, itemSize }: ISectionHotspotProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=SectionHotspot.d.ts.map