import { ModuleWithProviders } from '@angular/core';
export declare class NgFormsModule {
    constructor();
    static forRoot(showRequiredAsterisk?: boolean): ModuleWithProviders;
}
