import type { FightingIcon } from '../_interface'; import type { SwapType, SwapChange } from './src/interface.d'; import type { Validator, BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import Swap from "./src/swap"; export declare const FSwap: Install 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: FightingIcon; readonly iconOff: FightingIcon; }>>; /** swap 组件实例类型 */ export type SwapInstance = InstanceType; export * from './src/interface.d'; export default FSwap;