import type { Validator, BasicType, VmSize, VmIcon, HandleChange } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly modelValue: { readonly required: true; readonly type: BooleanConstructor; readonly default: () => boolean; readonly validator?: Validator | undefined; }; readonly size: BasicType, VmSize | null>; readonly disabled: BasicType; readonly icon: BasicType, null>; readonly closeColor: BasicType, string | null>; readonly activeColor: BasicType, string | null>; readonly activeText: BasicType, string | null>; readonly closeText: BasicType, string | null>; readonly square: BasicType; readonly iconSize: BasicType, string | number | null>; readonly onChange: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (target: boolean) => string; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly boolean; readonly validator?: Validator | undefined; }; readonly size: BasicType, VmSize | null>; readonly disabled: BasicType; readonly icon: BasicType, null>; readonly closeColor: BasicType, string | null>; readonly activeColor: BasicType, string | null>; readonly activeText: BasicType, string | null>; readonly closeText: BasicType, string | null>; readonly square: BasicType; readonly iconSize: BasicType, string | number | null>; readonly onChange: BasicType, null>; }>> & { "onUpdate:modelValue"?: ((target: boolean) => any) | undefined; }, { readonly icon: VmIcon; readonly size: VmSize; readonly disabled: boolean; readonly onChange: HandleChange; readonly iconSize: string | number; readonly closeText: string; readonly closeColor: string; readonly activeColor: string; readonly activeText: string; readonly square: boolean; }>; export default _sfc_main;