declare const useObserverWithRefCallback: (cb?: () => void, runMore?: boolean) => (node: HTMLElement) => void; export default useObserverWithRefCallback;