import { SVGWrapper } from '../Wrapper.js'; import { CommonScriptbase } from '../../common/Wrappers/scriptbase.js'; declare const SVGscriptbase_base: (new (...args: any[]) => CommonScriptbase>) & (new (...args: any[]) => SVGWrapper); export declare class SVGscriptbase extends SVGscriptbase_base { static kind: string; static useIC: boolean; toSVG(parent: N): void; }