import { PropType } from "vue-demi"; import type { Query } from "react-query/types/core"; declare const _default: import("vue-demi").DefineComponent<{ query: { type: PropType>; required: true; }; selectedQueryClientKey: { type: StringConstructor; }; }, { theme: { background: string; backgroundAlt: string; foreground: string; gray: string; grayAlt: string; inputBackgroundColor: string; inputTextColor: string; success: string; danger: string; active: string; warning: string; }; isFetching: import("vue-demi").ComputedRef; doFetch: () => void; doInvalidate: () => void; doReset: () => void; doRemove: () => void; }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, Record, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly>; required: true; }; selectedQueryClientKey: { type: StringConstructor; }; }>>, {}>; export default _default;