import { AvailableFilters } from './CQuickFilters.types'; type __VLS_Props = { title?: string; availableFilters: AvailableFilters; modelValue?: string[] | null; mutuallyExclusive?: boolean; size?: 'default' | 'small'; hideTitle?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:model-value": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined; }>, { size: "default" | "small"; mutuallyExclusive: boolean; hideTitle: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;