import { Observable } from 'rxjs'; export declare function mutationObserver(el: HTMLElement, options: MutationObserverInit): Observable;