import type { FightingType, FightingIcon, FightingSize, HandleEvent } from '../_interface'; import type { BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import Tag from "./src/tag"; export declare const FTag: Install, FightingType | null>; readonly close: BasicType; readonly round: BasicType; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly size: BasicType, FightingSize | null>; readonly simple: BasicType; readonly block: BasicType; readonly line: BasicType; readonly onClose: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, FightingType | null>; readonly close: BasicType; readonly round: BasicType; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly size: BasicType, FightingSize | null>; readonly simple: BasicType; readonly block: BasicType; readonly line: BasicType; readonly onClose: BasicType, null>; }>>, { readonly type: FightingType; readonly close: boolean; readonly simple: boolean; readonly round: boolean; readonly background: string; readonly color: string; readonly beforeIcon: FightingIcon; readonly onClose: HandleEvent; readonly size: FightingSize; readonly block: boolean; readonly afterIcon: FightingIcon; readonly line: boolean; }>>; /** tag 组件实例类型 */ export type TagInstance = InstanceType; export * from './src/interface.d'; export default FTag;