import { Base, Type } from "igniteui-webcomponents-core"; import { ST_Coordinate } from "./ST_Coordinate"; /** * @hidden */ export declare class CT_Point2D extends Base { static $t: Type; a: ST_Coordinate; b: ST_Coordinate; }