export declare function createElementFromHTML(html: string): HTMLElement | undefined; export declare function isMouseEvent(object: unknown): object is MouseEvent; //# sourceMappingURL=html-utils.d.ts.map