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