declare module 'react-use' { export function useWindowSize(): { width: number; height: number }; // Add other functions from react-use that you're using }