import { EventEmitter, OnInit, SimpleChanges, ElementRef, AfterViewInit } from '@angular/core'; import { Props, BannerItem, Autoplay, Result } from './types'; import * as i0 from "@angular/core"; export declare class CtyBanner implements OnInit, AfterViewInit { swiperRef: ElementRef; banners: Array; props: Props; autoplay: boolean | Autoplay; loop: boolean; direction: 'horizontal' | 'vertical'; pagination: boolean; observer: boolean; observerParents: boolean; swiperModules: ((opts: any) => void)[]; ctySlideChange: EventEmitter; ctySlideClick: EventEmitter; _banners: Array; private _swiper; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; slideChange(): void; slideClick(): void; ngAfterViewInit(): void; refreshSwiper(): void; getSwiper(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }