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