export declare const AspH5Tag: import("asp-smart-ui-plus/es/utils").SFCWithInstall<{
    raw: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{
        size: import("vue").PropType<import("vant").TagSize>;
        mark: BooleanConstructor;
        show: {
            type: BooleanConstructor;
            default: true;
        };
        type: {
            type: import("vue").PropType<import("vant").TagType>;
            default: import("vant").TagType;
        };
        color: StringConstructor;
        plain: BooleanConstructor;
        round: BooleanConstructor;
        textColor: StringConstructor;
        closeable: BooleanConstructor;
    }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
        size: import("vue").PropType<import("vant").TagSize>;
        mark: BooleanConstructor;
        show: {
            type: BooleanConstructor;
            default: true;
        };
        type: {
            type: import("vue").PropType<import("vant").TagType>;
            default: import("vant").TagType;
        };
        color: StringConstructor;
        plain: BooleanConstructor;
        round: BooleanConstructor;
        textColor: StringConstructor;
        closeable: BooleanConstructor;
    }>> & {
        onClose?: ((...args: any[]) => any) | undefined;
    }, {
        type: import("vant").TagType;
        mark: boolean;
        round: boolean;
        show: boolean;
        plain: boolean;
        closeable: boolean;
    }>>;
    name: string;
}> & Record<string, any>;
export default AspH5Tag;
export * from './src';
