import React from 'react'; import type { GridRowId } from '../../types'; export type GridDragBoxIndicatorProps = { overId: null | GridRowId; width: number; }; export declare const GridDragBoxIndicator: React.FC; //# sourceMappingURL=box-indicator.d.ts.map