import type { RenderCallback } from '@react-three/fiber';
export declare function useCappedFrame(cb: RenderCallback, max?: number): void;
