import { SVGConstructor } from '../Wrapper.js';
declare const SVGmtext_base: import("../../common/Wrappers/mtext.js").MtextConstructor & SVGConstructor<any, any, any>;
export declare class SVGmtext<N, T, D> extends SVGmtext_base {
    static kind: string;
}
export {};