import { SVGWrapper } from '../Wrapper.js'; import { CommonMsqrt } from '../../common/Wrappers/msqrt.js'; import { BBox } from '../BBox.js'; declare const SVGmsqrt_base: (new (...args: any[]) => CommonMsqrt) & (new (...args: any[]) => SVGWrapper); export declare class SVGmsqrt extends SVGmsqrt_base { static kind: string; dx: number; toSVG(parent: N): void; protected addRoot(ROOT: N, root: SVGWrapper, sbox: BBox): void; }