import { Base, Type } from "igniteui-react-core";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { ST_StyleColorVal } from "./ST_StyleColorVal";
/**
 * @hidden
 */
export declare class ChartStyleUtils extends Base {
    static $t: Type;
    static b(a: XmlPartManagerBase, b: string, c: ST_StyleColorVal): void;
}
