import { CHTMLWrapper, CHTMLConstructor } from '../Wrapper.js'; import { EventHandler } from '../../common/Wrappers/maction.js'; import { StyleList } from '../../../util/StyleList.js'; declare const CHTMLmaction_base: import("../../common/Wrappers/maction.js").MactionConstructor> & CHTMLConstructor; export declare class CHTMLmaction extends CHTMLmaction_base { static kind: string; static styles: StyleList; static actions: Map>, import("../../common/Wrappers/maction.js").ActionData]>; toCHTML(parent: N): void; setEventHandler(type: string, handler: EventHandler): void; } export {};