import { ZLanguageSelector_Props } from '@zurich/dev-utils/code/LanguageSelector'; /** ## `` * * ... * * @example * ```html * * ``` * ___ * * */ declare const _default: __VLS_WithTemplateSlots & { readonly modelValue?: ZLanguageSelector_Props['model']; readonly helpText?: ZLanguageSelector_Props['help-text']; readonly customStr?: ZLanguageSelector_Props['custom-str']; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (payload: NonNullable) => any; }, string, import('vue').PublicProps, Readonly & { readonly modelValue?: ZLanguageSelector_Props['model']; readonly helpText?: ZLanguageSelector_Props['help-text']; readonly customStr?: ZLanguageSelector_Props['custom-str']; }> & Readonly<{ "onUpdate:modelValue"?: ((payload: NonNullable) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{ default: any; label: any; 'help-text': any; }> & { default: any; label: any; 'help-text': any; }>; export { _default as ZvLanguageSelector }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };