declare const _exports: Animator; export = _exports; declare class Animator { createBounce(element: any, options: any, callBack: any): void; createElastic(element: any, options: any, callBack: any): void; }