import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class BabylonAvSocialSwiperDirective implements AfterViewInit, OnDestroy { private el; private static instances; private static listenersInitialized; private readonly platformId; private swiper?; constructor(el: ElementRef); ngAfterViewInit(): void; ngOnDestroy(): void; private initSwiper; /** Listeners globales (solo se montan una vez) */ private initGlobalListeners; private static startAll; private static stopAll; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }