import { TdTagProps } from './type'; import { PropType } from 'vue'; declare const _default: { closable: BooleanConstructor; color: { type: StringConstructor; default: string; }; content: { type: PropType; }; default: { type: PropType; }; disabled: BooleanConstructor; icon: { type: PropType; default: any; }; maxWidth: { type: PropType; }; shape: { type: PropType; default: TdTagProps["shape"]; validator(val: TdTagProps["shape"]): boolean; }; size: { type: PropType; default: TdTagProps["size"]; validator(val: TdTagProps["size"]): boolean; }; theme: { type: PropType; default: TdTagProps["theme"]; validator(val: TdTagProps["theme"]): boolean; }; title: { type: StringConstructor; default: string; }; variant: { type: PropType; default: TdTagProps["variant"]; validator(val: TdTagProps["variant"]): boolean; }; onClick: PropType; onClose: PropType; }; export default _default;