import { MutableRefObject } from 'react'; export declare const useMutationObserver: (targetElement: HTMLElement | MutableRefObject | null | undefined, callback: MutationCallback, options?: MutationObserverInit) => { stop: () => void; };