export declare const useRequestAnimationFrame: (callback: (...args: T) => void, recurring?: boolean) => (...args: T) => void;