import { ElementRef, type OnDestroy, type OnInit } from '@angular/core'; import type { TourAnchorDirective } from 'ngx-ui-tour-core'; import type { IonStepOption } from './step-option.interface'; import * as i0 from "@angular/core"; export declare class TourAnchorIonPopoverDirective implements OnInit, OnDestroy, TourAnchorDirective { tourAnchor: string; isActive: import("@angular/core").WritableSignal; readonly element: ElementRef; private readonly tourService; private readonly stepTemplateService; ngOnInit(): void; ngOnDestroy(): void; showTourStep(step: IonStepOption): Promise; hideTourStep(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }