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