import { default as React } from 'react'; import { TableColumn } from './types'; type Props = { column: TableColumn; }; export declare function TableHeaderCell({ column }: Props): React.JSX.Element; export {}; //# sourceMappingURL=TableHeaderCell.d.ts.map