import { SwitchRootProps } from 'reka-ui'; import { HTMLAttributes } from 'vue'; type __VLS_Props = SwitchRootProps & { class?: HTMLAttributes["class"]; size?: "sm" | "default"; }; declare var __VLS_10: { modelValue: boolean; checked: boolean; }; type __VLS_Slots = {} & { thumb?: (props: typeof __VLS_10) => any; }; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (payload: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined; }>, { size: "sm" | "default"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };