import { CHTMLConstructor } from '../Wrapper.js';
declare const CHTMLmtext_base: import("../../common/Wrappers/mtext.js").MtextConstructor & CHTMLConstructor;
export declare class CHTMLmtext extends CHTMLmtext_base {
static kind: string;
}
export {};