import { ZSwitch_Props } from '@zurich/dev-utils/code/Switch'; type Props = Omit & { readonly zTheme?: ZSwitch_Props['z-theme']; readonly customStr?: ZSwitch_Props['custom-str']; readonly modelValue?: ZSwitch_Props['model']; readonly helpText?: ZSwitch_Props['help-text']; }; declare const _default: __VLS_WithTemplateSlots) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: NonNullable) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLInputElement; }, any>, Readonly> & Record<"default" | "label" | "help-text", any>>; export { _default as VueSwitch, VueSwitch as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };