import { Base, Type } from "igniteui-react-core";
import { ST_AdjCoordinate } from "./ST_AdjCoordinate";
/**
 * @hidden
 */
export declare class CT_GeomRect extends Base {
    static $t: Type;
    b: ST_AdjCoordinate;
    d: ST_AdjCoordinate;
    c: ST_AdjCoordinate;
    a: ST_AdjCoordinate;
}
