import React from 'react'; export type GridDragControllerProps = { children: React.ReactNode; }; export declare const GridDragController: ({ children }: GridDragControllerProps) => React.JSX.Element; //# sourceMappingURL=component.d.ts.map