123456 |
- import { SVGConstructor } from '../Wrapper.js';
- declare const SVGmn_base: import("../../common/Wrappers/mn.js").MnConstructor & SVGConstructor<any, any, any>;
- export declare class SVGmn<N, T, D> extends SVGmn_base {
- static kind: string;
- }
- export {};
|