7 lines
254 B
TypeScript
7 lines
254 B
TypeScript
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 {};
|