import type { WindowSize } from "./types"; /** * SSR safe useWindowDimensions */ export declare const initialValue: WindowSize; export declare function configureInitialWindowDimensions(next: WindowSize): void; //# sourceMappingURL=initialValue.d.ts.map