export declare const fadeIn: (el: Element) => Animation; export declare const fadeOut: (el: Element) => Animation;