import { type IDashboardLayoutSizeByScreenSize } from "@gooddata/sdk-model"; export interface ISectionDropZoneBoxProps { isOver: boolean; itemSize?: IDashboardLayoutSizeByScreenSize; } export declare function SectionDropZoneBox({ isOver, itemSize }: ISectionDropZoneBoxProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SectionDropZoneBox.d.ts.map