import { OnInit } from '@angular/core'; import { NgWizardStepContentDirective } from '../../directives/ng-wizard-step-content.directive'; import { NgWizardStep } from '../../utils/interfaces'; import * as i0 from "@angular/core"; export declare class NgWizardStepComponent extends NgWizardStep implements OnInit { stepContent: NgWizardStepContentDirective; constructor(); ngOnInit(): void; loadComponent(): void; get isHidden(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }