import { CHTMLWrapper, CHTMLConstructor } from '../Wrapper.js'; import { CHTMLmsqrt } from './msqrt.js'; import * as Notation from '../Notation.js'; import { StyleList } from '../../../util/StyleList.js'; declare const CHTMLmenclose_base: import("../../common/Wrappers/menclose.js").MencloseConstructor, CHTMLmsqrt, any> & CHTMLConstructor; export declare class CHTMLmenclose extends CHTMLmenclose_base { static kind: string; static styles: StyleList; static notations: Notation.DefList, any>; toCHTML(parent: N): void; arrow(w: number, a: number, double: boolean, offset?: string, dist?: number): N; protected adjustArrow(arrow: N, double: boolean): void; protected adjustHead(head: N, border: string[], a: string): void; protected adjustLine(line: N, t: number, x: number, double: boolean): void; protected moveArrow(arrow: N, offset: string, d: number): void; adjustBorder(node: N): N; adjustThickness(shape: N): N; fixed(m: number, n?: number): string; em(m: number): string; } export {};