import { SVGWrapper, SVGConstructor } from '../Wrapper.js'; declare const SVGscriptbase_base: import("../../common/Wrappers/scriptbase.js").ScriptbaseConstructor> & SVGConstructor; export declare class SVGscriptbase extends SVGscriptbase_base { static kind: string; toSVG(parent: N): void; } export {};