import { ColumnObject } from '.'; export declare const onRowClick: (event: any, record: any, renderTable: any, index: any, dataSourceAll: any) => void; export declare const getTabDom: (tableDom: HTMLElement) => HTMLElement; export declare const menuKeyStroge: (name: string | number | false, storgeKey: string, value?: any) => any; export declare const getColumns: >(allColumns: ColumnObject[], selected: string | T[]) => ColumnObject[]; export declare const treansformSearchColumns: >(columns: ColumnObject[]) => ColumnObject[];