export declare const isFormInput: (el: HTMLElement) => true | HTMLElement;
export declare const findAttributeValueInElementTree: (el: HTMLElement | Element, attribute: string) => any;
export declare const findAncestorElementWithClassName: (el: HTMLElement | Element, name: string) => HTMLElement | undefined;