import * as React from 'react'; import { ComponetizedCell, SimplifiedModesProps } from '../../../types/editable'; declare class Rows extends React.PureComponent> { render(): JSX.Element; } export default Rows; //# sourceMappingURL=index.d.ts.map