import { CHTMLWrapper } from '../Wrapper.js';
import { CommonMsqrt } from '../../common/Wrappers/msqrt.js';
import { BBox } from '../BBox.js';
import { StyleList } from '../../common/CssStyles.js';
declare const CHTMLmsqrt_base: (new (...args: any[]) => CommonMsqrt) & (new (...args: any[]) => CHTMLWrapper);
export declare class CHTMLmsqrt extends CHTMLmsqrt_base {
static kind: string;
static styles: StyleList;
toCHTML(parent: N): void;
protected addRoot(ROOT: N, root: CHTMLWrapper, sbox: BBox): void;
}