import { SVGWrapper } from '../Wrapper.js'; import { CommonMn } from '../../common/Wrappers/mn.js'; declare const SVGmn_base: (new (...args: any[]) => CommonMn) & (new (...args: any[]) => SVGWrapper); export declare class SVGmn extends SVGmn_base { static kind: string; }