export declare class AnimationFrameRef {
    nativeCancel(handle: number): void;
    nativeRequest(callback: FrameRequestCallback): number;
}
