import { IRowProps } from '../../props'; import React from 'react'; declare const DataRow: React.FunctionComponent; export default DataRow;