export declare const isVisible: (element: Element, computedStyle?: CSSStyleDeclaration) => boolean; export declare const isClickable: (element: HTMLElement, computedStyle: CSSStyleDeclaration) => boolean; export declare const getClickableAncestor: (element: HTMLElement) => HTMLElement;