export declare const isHtmlElement: (dom: Record<string, any>) => dom is HTMLElement;
