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