import { ModuleWithProviders } from '@angular/core'; import { NgWizardConfig } from './lib/utils/interfaces'; import * as i0 from "@angular/core"; import * as i1 from "./lib/components/ng-wizard/ng-wizard.component"; import * as i2 from "./lib/components/ng-wizard-step/ng-wizard-step.component"; import * as i3 from "./lib/directives/ng-wizard-step-content.directive"; import * as i4 from "@angular/common"; export declare class NgWizardModule { static forRoot(ngWizardConfig: NgWizardConfig): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }