export declare function isInput(el: HTMLElement): boolean; export declare function findInputElement(el: HTMLElement): HTMLInputElement;