import { QueryAttribute } from '../../types/query-builder.types'; import { QUERY_OPERATORS } from '../../constants/query-builder.const'; type __VLS_Props = { modelValue: QueryAttribute[]; attributes: { label: string; value: string; }[]; operators?: typeof QUERY_OPERATORS; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: QueryAttribute[]) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: QueryAttribute[]) => any) | undefined; }>, { operators: typeof QUERY_OPERATORS; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;