import { CHTMLWrapper } from '../Wrapper.js'; import { CommonMn } from '../../common/Wrappers/mn.js'; declare const CHTMLmn_base: (new (...args: any[]) => CommonMn) & (new (...args: any[]) => CHTMLWrapper); export declare class CHTMLmn extends CHTMLmn_base { static kind: string; }