import { ActionCreator, Store } from '@ngrx/store'; export declare class NgRxDispatchDirective
{ private store; action?: A; ngrxProps?: P; constructor(store: Store); click(): void; submit(): void; dispatch(): void; } //# sourceMappingURL=dispatch.directive.d.ts.map