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