declare type Size = [number, number]; export declare function useWindowSize({ throttle, adjust, }?: { throttle?: number; adjust?: (x: Size) => Size; }): Size; export {}; //# sourceMappingURL=useWindowSize.d.ts.map