import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { EG_ColorChoice_DML } from "./EG_ColorChoice_DML"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_CustomColor extends Base implements ISupportSetProperty { static $t: Type; private d; private a; constructor(); get c(): string; set c(a: string); get b(): EG_ColorChoice_DML; static f(a: XmlPartManagerBase, b: string): { p1: string; }; static g(a: XmlPartManagerBase, b: string, c?: string): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }