import * as React from 'react'; export interface RawTableProps extends React.TableHTMLAttributes { colCount: number; initialCol?: number; initialRow?: number; jumpStep?: number; rowCount: number; } export declare const RawTable: React.ForwardRefExoticComponent>; //# sourceMappingURL=RawTable.d.ts.map