import { FormGroup } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class StoreService {
markFormsAsTouched(formGroup: FormGroup): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StoreService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StoreService>;
}