interface IWidgetDropZoneBoxProps { isLast: boolean; isInContainer: boolean; } export declare function WidgetDropZoneBox({ isLast, isInContainer }: IWidgetDropZoneBoxProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=WidgetDropZoneBox.d.ts.map