export declare const selector$: (selector: string, host?: HTMLElement, options?: MutationObserverInit) => import("rxjs").Observable; export declare const compare: (x: Element[], y: Element[]) => boolean;