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