import { Base, Type } from "igniteui-webcomponents-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; }