import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { CT_PositiveSize2D } from "./CT_PositiveSize2D"; import { CT_Point2D } from "./CT_Point2D"; import { ST_Angle } from "./ST_Angle"; /** * @hidden */ export declare class CT_Transform2D extends Base { static $t: Type; static c: ST_Angle; constructor(); b: CT_PositiveSize2D; i: Nullable$1; a: CT_Point2D; j: Nullable$1; k: Nullable$1; g(): boolean; h(): boolean; d(): ST_Angle; }