import { type ILayoutItemPath } from "../../../../types.js"; export type WidgetDropZoneColumnProps = { layoutPath: ILayoutItemPath; isLastInSection?: boolean; gridWidthOverride?: number; gridHeightOverride?: number; }; export declare function WidgetDropZoneColumn({ layoutPath, isLastInSection, gridWidthOverride, gridHeightOverride }: WidgetDropZoneColumnProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=WidgetDropZoneColumn.d.ts.map