import { Base, Nullable$1, Type } from "igniteui-react-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<number>;
    set e(a: Nullable$1<number>);
    get f(): Nullable$1<ST_StyleColorEnum>;
    set f(a: Nullable$1<ST_StyleColorEnum>);
    get j(): string;
    set j(a: string);
    static a(a: string): ST_StyleColorVal;
    h(): string;
    static b(a: string): ST_StyleColorVal;
    i(): string;
}
