import { Action } from './Action'; import { FutureAction } from './FutureAction'; export declare class AnimationFrameAction extends FutureAction { protected _schedule(state?: any, delay?: number): Action; protected _unsubscribe(): void; }