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