import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { SafeStyle } from '@angular/platform-browser'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class FadeCarouselComponent implements OnInit, OnDestroy { images: string[]; autoplayInterval?: number; width?: string; padding?: string; activeIndex: number; set changeEvent(value: EventEmitter); changeIndex: EventEmitter; _changeEvent: EventEmitter; $destroy: Subject; private readonly sanitizer; get containerRects(): SafeStyle; get containerWidth(): SafeStyle; ngOnInit(): void; ngOnDestroy(): void; getImageUrl(index: number): SafeStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export type FadeCarouselChangeType = 'prev' | 'next';