import { Nullable } from "../type"; export type WindowSize = { width: number; height: number; }; export declare function useWindowSize(): Nullable; //# sourceMappingURL=useWindowSize.d.ts.map