/** * is element inside the current browser viewport */ export declare function visible(element: HTMLElement): boolean;