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