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