import { VirtualHTMLElement } from "../virtual-dom"; export type MMLElementClass = { tagName: string; } & (new () => VirtualHTMLElement); /** * All MML custom element classes that should be registered for both DOM and virtual modes. */ export declare const MML_ELEMENTS: MMLElementClass[]; //# sourceMappingURL=mml-element-list.d.ts.map