import { MappedProduct } from '../../models/shared/product'; import { Router } from '@angular/router'; import { FormGroup, FormBuilder } from '@angular/forms'; import { IrisSymptoms, Symptom } from '../../models/shared/iris-symptom'; import { ReferentialService } from '../../services/referential.service'; import { DataStoreService } from '../../services/data-store.service'; import { DropdownChangeEvent } from 'primeng/dropdown'; import { Consumer } from '../../models/request/create-mandate.request'; import { ShippingDetails } from '../../models/shared/shipping-details'; import * as i0 from "@angular/core"; export declare class ConnectedStepTwoComponent { private readonly formBuilder; private readonly referentialService; private readonly router; private readonly store; app: string; device: MappedProduct; irisSymtom: Symptom; step2Form: FormGroup; submitted: boolean; irisSymtoms: IrisSymptoms; consumer: Consumer; mandateBeforePaymentID: string; shipping_details: ShippingDetails; constructor(formBuilder: FormBuilder, referentialService: ReferentialService, router: Router, store: DataStoreService); ngOnInit(): void; onItniFrom(): FormGroup<{ symptom: import("@angular/forms").FormControl; comment: import("@angular/forms").FormControl; }>; onSetFrom(i: Symptom): FormGroup<{ symptom: import("@angular/forms").FormControl; comment: import("@angular/forms").FormControl; }>; getIrisSymptoms(): void; onSymptomChange(event: DropdownChangeEvent): void; getImageUrl(): string; handleImageError(event: any): void; next(): void; prev(): void; get f(): { [key: string]: import("@angular/forms").AbstractControl; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }