import { EventEmitter } from '@angular/core'; import { Actions } from '../actions'; import { KeyValue } from '../state'; import { NgrxFormDirective } from './directive'; import * as i0 from "@angular/core"; export declare class NgrxLocalFormDirective extends NgrxFormDirective { ngrxFormsAction: EventEmitter>; constructor(); protected dispatchAction(action: Actions): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "form[ngrxFormState][ngrxFormsAction]", never, {}, { "ngrxFormsAction": "ngrxFormsAction"; }, never>; }