import { QueryTable } from '../interfaces.js';
export declare function useQueryTable(props: QueryTable): {
    data: any;
    isLoading: boolean;
};
