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