import React from 'react'; export * from './deserializer'; declare const TableCell: (props: any) => React.JSX.Element; export default TableCell;