import { AfterViewInit, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import { SliC2ImgV2Content } from './sli-c2-img-v2.interfaces'; import * as i0 from "@angular/core"; export declare class SliC2ImgV2Component implements AfterViewInit, OnChanges, OnDestroy { private platformId; private readonly fallbackContent; content: SliC2ImgV2Content; private swiperContainer?; private nextButton?; private prevButton?; private swiperInstance?; ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; trackByIndex(index: number): number; private setupSwiper; private destroySwiper; private resolveSliderMetrics; private buildBreakpoints; private normalizeSlides; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }