export declare const highlightAnimationByClass: (clazz: string, animation: string) => Promise; export declare const isVisible: (element: HTMLElement) => boolean;