export declare const fadeIn: (dom: HTMLElement, placement: string) => void; export declare const fadeOut: (dom: HTMLElement, placement: string, onFinish: Function) => any;