import type { InputSwitchProps, InputSwitchSlots } from '../../../types'; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots any; change: (value: boolean) => any; "update:modelValue": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onInput?: ((value: boolean) => any) | undefined; onChange?: ((value: boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, InputSwitchSlots>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };