declare const useResponsive: (root: HTMLElement, onResize: (width: number) => void) => void; export default useResponsive;