export declare class Canvas { private lastTime; private requestAnimationFrame; private cancelAnimationFrame; private doRemoveAnimationList; constructor(); startAnimation(callBack: Function, targetObj: any): number; stopAnimation(handler: number): void; }