import React from 'react'; export type GridRangeSelectionProps = { scroller: HTMLDivElement | null; }; export declare const GridRangeSelection: React.MemoExoticComponent<({ scroller }: GridRangeSelectionProps) => null>; //# sourceMappingURL=component.d.ts.map