/** * Retrieves the size of the window. * @returns The window size */ export declare function useWindowSize(): { width: number; height: number; }; //# sourceMappingURL=useWindowSize.d.ts.map