import type { SenderSwitchProps } from './types'; declare var __VLS_10: {}, __VLS_12: { checked: boolean; }, __VLS_14: {}, __VLS_16: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_10) => any; } & { default?: (props: typeof __VLS_12) => any; } & { checked?: (props: typeof __VLS_14) => any; } & { unchecked?: (props: typeof __VLS_16) => any; }; declare const __VLS_base: import("vue").DefineComponent any; "update:modelValue": (checked: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((checked: boolean) => any) | undefined; "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined; }>, { defaultValue: boolean; classNames: Partial>; styles: Partial>; }, {}, {}, {}, 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; }; };