declare const animation: { enter(node: HTMLElement, done: Function): { stop(): void; }; leave(node: HTMLElement, done: Function): { stop(): void; }; appear(node: HTMLElement, done: Function): { stop(): void; }; }; export default animation;