import { ElementRef, OnChanges, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SCPageIndicatorComponent implements OnChanges, AfterViewInit { private hostElement; specificScrollElement: ElementRef; pageIndicatorAnchors: ElementRef[]; additionalTopValue: number; currentPageSection: number; indicatorHasContent: boolean; scrollElement: HTMLElement; ngOnChanges(): void; ngAfterViewInit(): void; checkPageIndicatorAnchors(): void; constructor(hostElement: ElementRef); scrollToPageAnchor(index: number): void; checkCurrentPageSelection(event: any): void; get parentScrollElement(): ElementRef | boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }