/** * Hook to get window dimensions * @returns Window width and height */ export declare function useWindowSize(): { width: number; height: number; }; //# sourceMappingURL=use-window-size.d.ts.map