import { type RefObject } from 'react'; declare const useMutationObserver: (ref: RefObject, callback: MutationCallback, options?: MutationObserverInit) => void; export default useMutationObserver;