import { TemplateRef } from '@angular/core'; import { YapStepTitleDirective } from '../step-title.directive'; import * as i0 from "@angular/core"; export declare class YapStepComponent { stepTitleElement: YapStepTitleDirective | undefined; isActive: boolean; stepIndex: number; status: string; title: string; setActiveState(step: this): void; getTitleTemplateRef(): TemplateRef; hasTemplateRef(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }