import type { ForwardRefComponent } from '@project44-manifest/react-types';
import type { TableColumnProps } from './TableColumn.types';
export declare const TableColumn: ForwardRefComponent<"th", TableColumnProps>;
//# sourceMappingURL=TableColumn.d.ts.map