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