import { TableColumn, TableColumnOptions, TableItem } from '../typings'; declare const useTextColumn: = TableItem>(id: string, options: TableColumnOptions) => TableColumn; export default useTextColumn;