export interface Size { width: number; height: number; } export declare const useWindowSize: () => Size[];