import type { WindowDimensionsEventData } from "../../types"; export declare const useWindowDimensions: () => WindowDimensionsEventData;