import { ElementRef, AfterViewInit, OnDestroy } from '@angular/core'; import { TourService } from '../services/tour.service'; import * as i0 from "@angular/core"; export declare class TourDirective implements AfterViewInit, OnDestroy { private el; private tourService; tour: string; tourText: string; tourTitle?: string; tourPriority: number; tourPosition: 'top' | 'bottom' | 'left' | 'right' | 'auto'; tourShowProgress?: boolean; tourAllowClose?: boolean; tourNextBtnText?: string; tourPrevBtnText?: string; tourDoneBtnText?: string; private stepId; constructor(el: ElementRef, tourService: TourService); private generateUUID; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }