import { Base, Point, Type } from "igniteui-react-core"; /** * @hidden */ export declare class OwnedPoint extends Base { static $t: Type; constructor(); c: Point; a: any; b: Point; }