import { Observable } from 'rxjs'; export declare const fromMutationObserver: (target: Node, config: MutationObserverInit | undefined) => Observable;