import { type Layout, type ItemCallback } from 'react-grid-layout'; export declare const ROW_CONTAINER_HEIGHT = 50; declare const RGEditLayout: (props: { components: JSX.Element[]; layouts: any; onLayoutChange: (layout: Layout[], allLayouts: Record) => void; onResizeStart: ItemCallback; onResize: ItemCallback; onResizeStop: ItemCallback; onDragStart: ItemCallback; onDragStop: ItemCallback; onDrop: (layout: any, item: Layout, e: Event) => void; isDraggable: boolean; isResizable: boolean; isDroppable: boolean; disableResize: boolean; onBreakpointChange?: (breakpoint: "xxs" | "xs" | "sm" | "md" | "lg") => void; }) => JSX.Element; export { RGEditLayout }; //# sourceMappingURL=RGEditLayout.d.ts.map