import { AfterViewInit, ElementRef, NgZone, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SlickInitDirective implements AfterViewInit, OnDestroy { private host; private platformId; private zone; private resizeHandler?; private sliderEl?; private observer?; constructor(host: ElementRef, platformId: object, zone: NgZone); ngAfterViewInit(): Promise; private observeChildren; ngOnDestroy(): void; private waitForSlick; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }