type PanelInfo = { /** * 背景色 */ tyabirysr4: string; /** * 背景色跟随策略,follow 代表跟随 App,否则代表要替换的 App 变量路径 */ tyabirysr4_app: 'follow' | '--app-B1'; /** * 主题色 */ tyabis5d9w: string; /** * 主题色跟随策略,follow 代表跟随 App,否则代表要替换的 App 变量路径 */ tyabis5d9w_app: 'follow' | '--app-M1'; }; export declare const mapPanelInfo2ThemeInfo: (panelInfo: PanelInfo) => any; export {};