/**
 * Returns a function that accepts a callback to be performed when the window resize.
 */
declare const useWindowResize: () => import("./shared/types").CallbackSetter<UIEvent>;
export default useWindowResize;
