import { SVGConstructor } from '../Wrapper.js'; declare const SVGmglyph_base: import("../../common/Wrappers/mglyph.js").MglyphConstructor & SVGConstructor; export declare class SVGmglyph extends SVGmglyph_base { static kind: string; toSVG(parent: N): void; } export {};