import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VtsCarouselSlideDirective { template: TemplateRef; virtualIndex: number; class: string; set ngClass(val: string); autoplayDelay: string | null; set zoom(val: boolean); get zoom(): boolean; private _zoom; slideIndex: number; get classNames(): string; set classNames(val: string); private _hasClass; slideData: { isActive: boolean; isPrev: boolean; isNext: boolean; isVisible: boolean; isDuplicate: boolean; }; private _classNames; constructor(template: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }