export declare class ProHeaderConfig { /** * 首页文本,若指定空表示不显示 */ home?: string; /** * 首页链接 */ home_link?: string; home_i18n?: string; }