import { ITableScopeProps, ITableSortProps } from './Table'; export declare const setSortParams: (target: string, order: string, sort: ITableSortProps) => ITableSortProps; export declare const applySort: (sort: ITableSortProps, elements: any) => any; export declare const getValueFormScope: (item: string, valuesScope: ITableScopeProps[]) => string;