import { SVGWrapper, Constructor } from '../Wrapper.js'; import { SVGmsqrt } from './msqrt.js'; import { BBox } from '../../../util/BBox.js'; declare const SVGmroot_base: import("../../common/Wrappers/mroot.js").MrootConstructor & Constructor>; export declare class SVGmroot extends SVGmroot_base { static kind: string; protected addRoot(ROOT: N, root: SVGWrapper, sbox: BBox, H: number): void; } export {};