import { MonoTypeOperatorFunction, Observable } from 'rxjs'; export declare function onAnimationFrame(): MonoTypeOperatorFunction; export declare function fps$(): Observable; export declare function animationFrame({ requestAnimationFrame, cancelAnimationFrame, }: Window): Observable;