import * as React from 'react'; import { TableCellPropsBase, OptionalComponentPropAndHTMLAttributes } from '../../types'; export declare type TableCellProps = TableCellPropsBase & React.TdHTMLAttributes & OptionalComponentPropAndHTMLAttributes; declare const _default: React.MemoExoticComponent<(props: TableCellProps) => JSX.Element>; export default _default;