import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_StyleColorEnum } from "./ST_StyleColorEnum"; /** * @hidden */ export declare class ST_StyleColorVal extends Base { static $t: Type; private c; private d; private g; get e(): Nullable$1; set e(a: Nullable$1); get f(): Nullable$1; set f(a: Nullable$1); get j(): string; set j(a: string); static a(a: string): ST_StyleColorVal; h(): string; static b(a: string): ST_StyleColorVal; i(): string; }