declare const isHtmlElement: (value: any) => value is HTMLElement; export default isHtmlElement;