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