export default function useFps(windowWidth: number): { fps: number[]; avgFps: string; maxFps: any; currentFps: number; };