/** * 获取本地缓存的 UI 配置数据 * @param key 数据 key 值 * @returns UIConfig */ export declare const getLocalUiConfig: (key: string) => any;