import type { SwitchProps } from './type'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_12: {}, __VLS_14: {}, __VLS_16: {}; type __VLS_Slots = {} & { 'inactive-label'?: (props: typeof __VLS_1) => any; } & { 'active-tip'?: (props: typeof __VLS_3) => any; } & { 'inactive-tip'?: (props: typeof __VLS_5) => any; } & { 'active-icon'?: (props: typeof __VLS_12) => any; } & { 'inactive-icon'?: (props: typeof __VLS_14) => any; } & { 'active-label'?: (props: typeof __VLS_16) => any; }; declare const __VLS_base: import("vue").DefineComponent any; blur: (event: FocusEvent) => any; input: (value: boolean, event: InputEvent) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: boolean, event: Event) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onInput?: ((value: boolean, event: InputEvent) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, { disabled: boolean; readonly: boolean; shape: "round" | "rect" | "default"; loading: boolean; modelValue: boolean | null; defaultValue: boolean | null; }, {}, {}, {}, 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; }; };