import { CHTMLWrapper } from '../Wrapper.js';
import { CommonMglyph } from '../../common/Wrappers/mglyph.js';
import { StyleList } from '../../common/CssStyles.js';
declare const CHTMLmglyph_base: (new (...args: any[]) => CommonMglyph) & (new (...args: any[]) => CHTMLWrapper);
export declare class CHTMLmglyph extends CHTMLmglyph_base {
static kind: string;
static styles: StyleList;
toCHTML(parent: N): void;
}