import * as i0 from '@angular/core'; import { OnInit, OnDestroy, ElementRef } from '@angular/core'; import { NovoLabelService } from 'novo-elements/services'; import * as i2 from '@angular/common'; import * as i3 from 'novo-elements/elements/button'; declare class NovoSliderElement implements OnInit, OnDestroy { private element; labels: NovoLabelService; slides: any; currentSlide: number; start: boolean; end: boolean; currSlides: Array; handleKeyDownFunc: any; currentClass: string; constructor(element: ElementRef, labels: NovoLabelService); ngOnInit(): void; ngOnDestroy(): void; handleKeyDown(event: KeyboardEvent): void; changeSlide(direction: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NovoSliderModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NovoSliderElement, NovoSliderModule };