/**
 * Guard function that checks if provided `input` is an Element.
 */
export declare function isElement(input: unknown): input is Element;
