/** * Check if the given element is an input element. */ export declare function isInputElement(element: unknown): element is HTMLInputElement;