declare type ISize = number | undefined; export declare const useWindowSize: () => ISize; export {};