import { ReplaySubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AnchorService { currentActiveAnchorSubject: ReplaySubject; currentActiveAnchorObs: import("rxjs").Observable; currentActiveAnchor: string; anchorList: string[]; setCurrentActive(anchor: string): void; getCurrentActive(): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }