import { ModuleWithProviders } from '@angular/core'; /** * The module defining all the content inside `angular-archwizard` * * @author Marc Arndt */ export declare class ArchwizardModule { static forRoot(): ModuleWithProviders; }