export declare function throttleByAnimationFrame(fn: (...args: any[]) => void): (...args: any[]) => void; export declare function throttleByAnimationFrameDecorator(): any;