import { IObservable } from '../../../../../type/observable.type';
export declare function fromAnimationFrame(): IObservable<void>;
