import type { SwapType, SwapChange } from './interface'; import type { Validator, BasicType, VmIcon } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly modelValue: { readonly require: true; readonly type: BooleanConstructor; readonly default: () => boolean; readonly validator?: Validator | undefined; }; readonly size: BasicType, string | number | null>; readonly type: BasicType, SwapType | null>; readonly iconOn: BasicType, null>; readonly iconOff: BasicType, null>; readonly onChange: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (target: boolean) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly boolean; readonly validator?: Validator | undefined; }; readonly size: BasicType, string | number | null>; readonly type: BasicType, SwapType | null>; readonly iconOn: BasicType, null>; readonly iconOff: BasicType, null>; readonly onChange: BasicType, null>; }>> & { "onUpdate:modelValue"?: ((target: boolean) => any) | undefined; }, { readonly type: SwapType; readonly size: string | number; readonly modelValue: boolean; readonly onChange: SwapChange; readonly iconOn: VmIcon; readonly iconOff: VmIcon; }>; export default _sfc_main;