export declare function useMutationObserver(target: HTMLElement, callback: MutationCallback, options?: MutationObserverInit): { stop: () => void; }; //# sourceMappingURL=use-mutation-observer.d.ts.map