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