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