import { OnChainTableProps } from '.'; declare const useColumn: (props: OnChainTableProps, sortInfo: any, filterInfo: any, menuId: string, getColumnSearchProps: any, tableHeight: number, selectedCell?: Record) => { renderColumns: any[]; }; export default useColumn;