import { ShapeObjectType } from "../common/enums"; import { GVertex } from "./g_vertex"; export declare class GForeignObject extends GVertex { private _foreignObject; get foreignObject(): SVGForeignObjectElement; constructor(svgbox: SVGElement | string); private static createForeignObject; get type(): ShapeObjectType; }