import { NrfFormContext } from './form-context.class';
import { NrfSubmitData } from './form-submit-data.class';
import { NrfFormDirective } from './form.directive';
import { NRF_FORM_SERVICE_PROVIDER, NrfFormService } from './form.service';
export { NrfFormDirective, NrfFormContext, NrfSubmitData, NrfFormService, NRF_FORM_SERVICE_PROVIDER };
export declare class NrfFormModule {
}
