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