import { FormGroup } from '@angular/forms';
import { NrfFormDirective } from './form.directive';
export declare class NrfFormContext {
    nrfForm: NrfFormDirective;
    $implicit: NrfFormDirective;
    formGroup: FormGroup;
    constructor(nrfForm: NrfFormDirective);
}
