import React from 'react'; export type GridCellGrabberProps = { tabIndex: number; }; export declare const GridCellGrabber: ({ tabIndex }: GridCellGrabberProps) => React.JSX.Element; //# sourceMappingURL=grid-cell-grabber.d.ts.map