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