/** 联系作者 — 平台外链（图标 CDN 与原始组件一致） */
export declare const VIP_CONTACT_PLATFORM_LINKS: readonly [{
    readonly href: "https://github.com/mmdapl";
    readonly title: "点击跳转 Github 主页";
    readonly alt: "GitHub";
    readonly icon: "https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/github.svg";
}, {
    readonly href: "https://gitee.com/Mmdapl";
    readonly title: "点击跳转码云主页";
    readonly alt: "Gitee";
    readonly icon: "https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/gitee.svg";
}, {
    readonly href: "https://juejin.im/user/448256476724807";
    readonly title: "点击跳转掘金主页";
    readonly alt: "掘金";
    readonly icon: "https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/juejin.svg";
}, {
    readonly href: "https://space.bilibili.com/350937042";
    readonly title: "点击跳转 B 站主页";
    readonly alt: "Bilibili";
    readonly icon: "https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/bilibili.svg";
}, {
    readonly href: "https://blog.csdn.net/Mmdapl";
    readonly title: "点击跳转 CSDN 博客主页";
    readonly alt: "CSDN";
    readonly icon: "https://cdn.statically.io/gh/142vip/cdn_service@main/main-vip/svg/csdn.svg";
}];
export declare const VIP_CONTACT_WECHAT_QR = "https://cdn.statically.io/gh/142vip/cdn_service@main/media/main-code.png";
