import { Ref } from 'vue'; import { SortType } from './../types'; export declare function useTableParams(page: Ref, itemsPerPage: Ref, sortTypes: Ref<{ [key: string]: SortType; }>, searchText: Ref, ctx: any): void;