import { type ILayoutItemPath } from "../../../../types.js"; export type WidgetDropZoneProps = { isLastInSection: boolean; layoutPath: ILayoutItemPath; dropRef: any; }; export declare function WidgetDropZone({ isLastInSection, dropRef, layoutPath }: WidgetDropZoneProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=WidgetDropZone.d.ts.map