import { SVGWrapper } from '../Wrapper.js'; import { StyleList } from '../../../util/StyleList.js'; export declare class SVGmerror extends SVGWrapper { static kind: string; static styles: StyleList; toSVG(parent: N): void; }