export declare const useWindowSize: (options?: { throttleMs?: number; }) => { width: number; height: number; };