import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SwiperInitDirective implements AfterViewInit, OnDestroy { private host; private platformId; private swiperInstance?; private arrowCleanupFns; constructor(host: ElementRef, platformId: object); ngAfterViewInit(): Promise; ngOnDestroy(): void; private initArrowPositioning; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }