type DraggableProps = { children: React.ReactNode; gridSize?: number; startingPosition?: { x: number; y: number; }; snapToGrid?: boolean; disabled?: boolean; }; export declare function Draggable({ children, gridSize, startingPosition, snapToGrid, disabled, }: DraggableProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Draggable.d.ts.map