export declare const AspH5ContactCard: import("asp-smart-ui-plus/es/utils").SFCWithInstall<{
    raw: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{
        tel: StringConstructor;
        name: StringConstructor;
        type: {
            type: import("vue").PropType<import("vant").ContactCardType>;
            default: import("vant").ContactCardType;
        };
        addText: StringConstructor;
        editable: {
            type: BooleanConstructor;
            default: true;
        };
    }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
        tel: StringConstructor;
        name: StringConstructor;
        type: {
            type: import("vue").PropType<import("vant").ContactCardType>;
            default: import("vant").ContactCardType;
        };
        addText: StringConstructor;
        editable: {
            type: BooleanConstructor;
            default: true;
        };
    }>> & {
        onClick?: ((...args: any[]) => any) | undefined;
    }, {
        type: import("vant").ContactCardType;
        editable: boolean;
    }>>;
    name: string;
}> & Record<string, any>;
export default AspH5ContactCard;
export * from './src';
