import { OnDestroy, OnInit } from '@angular/core'; import { TourOptions } from '../../models/tour.model'; import { ShorterLoopTourService } from '../../services/tour.service'; import * as i0 from "@angular/core"; export declare class AutoTourTriggerComponent implements OnInit, OnDestroy { private tourService; private options; tourId: string; delay?: number; private subscriptions; private timeoutId?; private readonly defaultDelay; private currentTourSubject; constructor(tourService: ShorterLoopTourService, options: TourOptions); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }