declare const useResize: (callback: () => unknown, immediatelyInvoke?: boolean) => void; export default useResize;