/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { ChangeDetectorRef, OnDestroy, TemplateRef } from '@angular/core'; import { BooleanInput, NgClassType } from '@ui-vts-kit/ng-vts/core/types'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class VtsStepComponent implements OnDestroy { private cdr; static ngAcceptInputType_vtsDisabled: BooleanInput; processDotTemplate?: TemplateRef; vtsTitle?: string | TemplateRef; vtsSubtitle?: string | TemplateRef; vtsDescription?: string | TemplateRef; vtsDisabled: boolean; get vtsStatus(): string; set vtsStatus(status: string); isCustomStatus: boolean; private _status; get vtsIcon(): NgClassType | TemplateRef | undefined; set vtsIcon(value: NgClassType | TemplateRef | undefined); oldAPIIcon: boolean; private _icon?; customProcessTemplate?: TemplateRef<{ $implicit: TemplateRef; status: string; index: number; }>; direction: string; index: number; last: boolean; outStatus: string; showProcessDot: boolean; clickable: boolean; click$: Subject; get currentIndex(): number; set currentIndex(current: number); private _currentIndex; constructor(cdr: ChangeDetectorRef); onClick(): void; enable(): void; disable(): void; markForCheck(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }