import { OnInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CaucaSlideshowComponent implements OnInit {
    container: ElementRef;
    height: string;
    autoPlay: boolean;
    private timer;
    private items;
    private states;
    private selectedIndex;
    set images(list: string[]);
    get images(): string[];
    ngOnInit(): void;
    getState(index: number): string;
    restart(): void;
    next(): void;
    private changed;
    static ɵfac: i0.ɵɵFactoryDeclaration<CaucaSlideshowComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CaucaSlideshowComponent, "cauca-slideshow", never, { "height": { "alias": "height"; "required": false; }; "autoPlay": { "alias": "autoPlay"; "required": false; }; "images": { "alias": "images"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=cauca-slideshow.component.d.ts.map