export declare const isElementVisible: (element: HTMLElement, selector: string) => boolean; export declare const hasAnyVisibleElement: (element: HTMLElement, selector: string) => boolean;