import { ModuleWithProviders } from '@angular/core'; export * from './src/wizard.component'; export * from './src/wizard-step.component'; export declare class FormWizardModule { static forRoot(): ModuleWithProviders; }