import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_CustomColor } from "./CT_CustomColor"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_CustomColorList extends Base implements ISupportSetProperty { static $t: Type; private b; constructor(); get a(): List$1; set a(a: List$1); setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }