import { CHTMLWrapper } from '../Wrapper.js'; import { CommonMath } from '../../common/Wrappers/math.js'; import { StyleList } from '../../common/CssStyles.js'; declare const CHTMLmath_base: (new (...args: any[]) => CommonMath) & (new (...args: any[]) => CHTMLWrapper); export declare class CHTMLmath extends CHTMLmath_base { static kind: string; static styles: StyleList; toCHTML(parent: N): void; setChildPWidths(recompute: boolean, w?: number, clear?: boolean): boolean; }