export declare type FrameCallback = (timestamp: number) => void; export declare function useAnimationFrame(callback: FrameCallback): void;