import { OnInit, EventEmitter } from '@angular/core'; import { AnchorConfig } from '../../entities/anchor-config'; export declare class SAnchorComponent implements OnInit { anchorConfig: AnchorConfig; el: string | HTMLElement; scrollToElement: EventEmitter; constructor(); ngOnInit(): void; scrollTo(item: any, index: any): void; }