import { FormGroup } from '@angular/forms'; import { AccountService } from '../../../controllers/Account'; import * as i0 from "@angular/core"; export declare class DeleteAccountFormService { private accountService; form: FormGroup; constructor(accountService: AccountService); submit(raw?: boolean): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }