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