export declare const isHTMLInputElement: (element: unknown) => element is HTMLInputElement;
