import { ElementRef } from '@angular/core'; import { SafeStyle } from '@angular/platform-browser'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class LoyaltySliderComponent { slide: ElementRef; images: string[]; numVisible: number; numScroll: number; autoplayInterval: number; destroy$: Subject; private readonly sanitizer; private readonly renderer; get getAutoplayInterval(): number; getImage(image: string): SafeStyle; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; checkBtnPosition(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }