import { ExtractPropTypes, PropType } from 'vue'; import { ButtonSize } from '../../button'; export declare const tagProps: { readonly size: { readonly type: PropType; readonly default: "default"; }; readonly type: StringConstructor; readonly closable: BooleanConstructor; }; export type TagProps = ExtractPropTypes;