import type { InterfaceColors, IInterfaceColorsSettings } from "../core/util/InterfaceColors"; import { Theme } from "../core/Theme"; interface Settable { _settings: A; set(key: K, value: A[K]): void; } /** * @ignore */ export declare function setColor(rule: Settable, key: K, ic: InterfaceColors, name: keyof IInterfaceColorsSettings): void; /** * @ignore */ export declare class DefaultTheme extends Theme { protected setupDefaultRules(): void; } export {}; //# sourceMappingURL=DefaultTheme.d.ts.map