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