/**
 * 切换主题色
 * @param color 颜色值
 * @param dark 是否暗黑模式
 */
export declare function changeColor(color?: string | null, dark?: boolean): void;
