import React from 'react'; import type { GridRowId } from '../../types'; export type GridDragLineIndicatorProps = { prevId: null | GridRowId; level: number; width: number; }; export declare const GridDragLineIndicator: React.FC; //# sourceMappingURL=line-indicator.d.ts.map