import { Base, Nullable$1, Type } from "igniteui-react-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<boolean>;
    a: CT_Point2D;
    j: Nullable$1<ST_Angle>;
    k: Nullable$1<boolean>;
    g(): boolean;
    h(): boolean;
    d(): ST_Angle;
}
