import * as React from 'react'; import { ICellTextProps } from '../../props'; declare const CellText: React.FunctionComponent; export default CellText;