import { OnInit } from '@angular/core';
import { MaterialgrammiService } from '../../materialgrammi.service';
import * as i0 from "@angular/core";
export declare class SlideshowV2Component implements OnInit {
    private service;
    items: string[];
    id: string;
    constructor(service: MaterialgrammiService);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SlideshowV2Component, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SlideshowV2Component, "mg-slideshow-v2", never, { "items": "items"; "id": "id"; }, {}, never, ["*"]>;
}
