import { Observable } from 'rxjs'; export declare class AnchorService { onAnchorInScreen: Observable; private eventSource; constructor(); anchorIn(url: string): void; }