import React from 'react'; import type { GridRowId } from '../../types'; export type GridDragDroppedIndicatorProps = { ids: Set; width: number; }; export declare const GridDragDroppedIndicator: React.FC; //# sourceMappingURL=dropped-indicator.d.ts.map