import { type SwitchProps, type SwitchSlots } from './common'; type __VLS_Slots = SwitchSlots; declare const __VLS_base: import("vue").DefineComponent any; click: (event: MouseEvent) => any; "update:modelValue": (value: any) => any; "update:loading": (loading: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: any) => any) | undefined; onClick?: ((event: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: any) => any) | undefined; "onUpdate:loading"?: ((loading: boolean) => any) | undefined; }>, { readonly: boolean; size: string; beforeUpdate: (value: any) => Promise; loading: boolean; disabled: boolean; modelValue: any; validateEvent: boolean; checkedColor: string; uncheckedColor: string; checkedValue: any; uncheckedValue: any; checkedText: string; uncheckedText: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };