import { Base, Type } from "igniteui-webcomponents-core"; import { Color } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class Colors extends Base { static $t: Type; static get a(): Color; static get b(): Color; static get c(): Color; static get d(): Color; static get e(): Color; static get f(): Color; static get g(): Color; static get h(): Color; static get i(): Color; static get j(): Color; static get k(): Color; static get l(): Color; static get m(): Color; static get n(): Color; static get o(): Color; static get p(): Color; static get q(): Color; static get r(): Color; static get s(): Color; static get t(): Color; static get u(): Color; }