import * as i0 from '@angular/core'; import { OnInit, AfterViewInit, OnChanges, ChangeDetectorRef, ElementRef, TemplateRef, EventEmitter, SimpleChanges, Renderer2 } from '@angular/core'; import { SwiperOptions, Swiper } from 'swiper'; import { PlatformService } from '@kirbydesign/designsystem/helpers'; import { TranslationService } from '@kirbydesign/designsystem/shared'; import * as i1 from '@angular/common'; import * as i2 from '@kirbydesign/designsystem/button'; import * as i3 from '@kirbydesign/designsystem/icon'; declare class SlideDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } type SelectedSlide = { slide: any; index: number; }; type KirbySwiperOptions = SwiperOptions; type SwiperContainer = HTMLElement & { initialize: () => void; swiper: Swiper; }; declare class SlidesComponent implements OnInit, AfterViewInit, OnChanges { private platform; private cdr; private translations; constructor(platform: PlatformService, cdr: ChangeDetectorRef, translations: TranslationService); swiperContainer: ElementRef; slideTemplate: TemplateRef; slidesOptions?: KirbySwiperOptions; title: string; slides: unknown[]; showNavigation: boolean; slideChange: EventEmitter; _paginationId: string; _prevButtonId: string; _nextButtonId: string; _isTouch: boolean; ngOnInit(): void; ngAfterViewInit(): void; slideTo(index: number): void; ngOnChanges(changes: SimpleChanges): void; private getDefaultConfig; private getNoControlsConfig; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SlideStretchHeightDirective { private elementRef; private renderer; constructor(elementRef: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SlideModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { SlideDirective, SlideModule, SlideStretchHeightDirective, SlidesComponent }; export type { KirbySwiperOptions, SelectedSlide }; //# sourceMappingURL=kirbydesign-designsystem-slide.d.ts.map