import { DomSanitizer, SafeStyle } from '@angular/platform-browser'; import { ImageSliderI } from '../../../interfaces/core/image-slider.interface'; import * as i0 from "@angular/core"; export declare class ImageSliderComponent implements ImageSliderI { private readonly sanitizer; banners: imageSliderBanner[]; numVisible: number; numScroll: number; autoplayInterval: number; circular: boolean; title?: string; pretitle?: string; desktop?: boolean; constructor(sanitizer: DomSanitizer); get getAutoplayInterval(): number; getImage(url: string): SafeStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export interface imageSliderBanner { url: string; image: string; }