import { QueryConditions } from '../utils/queryFilter'; import { FilterField, QueryOption, OptionsSource } from './FilterQuery.types'; export type { FilterField, QueryOption, OptionsSource }; declare const _default: >(__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{ readonly onSave?: ((value: QueryConditions) => any) | undefined; readonly "onUpdate:modelValue"?: ((value: QueryConditions) => any) | undefined; readonly onChange?: ((value: QueryConditions) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onUpdate:modelValue" | "onSave"> & ({ modelValue?: QueryConditions; } & { fields: FilterField[]; }) & Partial<{}>> & import('vue').PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{}>): void; attrs: any; slots: {}; emit: (((evt: "save", value: QueryConditions) => void) & ((evt: "change", value: QueryConditions) => void)) & ((evt: "update:modelValue", value: QueryConditions) => void); }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {}; //# sourceMappingURL=FilterQuery.vue.d.ts.map