import type { VmType, VmIcon, VmSize, HandleEvent } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Tag from "./src/tag"; export declare const VTag: Install, VmType | 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, VmSize | null>; readonly simple: BasicType; readonly block: BasicType; readonly line: BasicType; readonly onClose: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, VmType | 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, VmSize | null>; readonly simple: BasicType; readonly block: BasicType; readonly line: BasicType; readonly onClose: BasicType, null>; }>>, { readonly type: VmType; readonly close: boolean; readonly simple: boolean; readonly round: boolean; readonly background: string; readonly color: string; readonly beforeIcon: VmIcon; readonly onClose: HandleEvent; readonly size: VmSize; readonly block: boolean; readonly afterIcon: VmIcon; readonly line: boolean; }>>; /** tag 组件实例类型 */ export type TagInstance = InstanceType; export * from './src/interface'; export default VTag;