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