import { FormGroup, FormBuilder } from '@angular/forms'; import { Router } from '@angular/router'; import { Symptom } from '../../models/shared/iris-symptom'; import { MappedProduct, MappedProducts, Products } from '../../models/shared/product'; import { MandateService } from '../../services/mandate.service'; import { DropdownChangeEvent } from 'primeng/dropdown'; import { Consumer } from '../../models/request/create-mandate.request'; import { ShippingDetails } from '../../models/shared/shipping-details'; import { DialogService } from 'primeng/dynamicdialog'; import { DataStoreService } from '../../services/data-store.service'; import * as i0 from "@angular/core"; export declare class ConnectedStepOneComponent { private readonly formBuilder; private readonly mandateService; private readonly router; private readonly dialogService; private readonly store; app: string; step1Form: FormGroup; submitted: boolean; products: Products; mappedDevices: MappedProducts; device: MappedProduct; irisSymtom: Symptom; consumer: Consumer; mandateBeforePaymentID: string; shipping_details: ShippingDetails; constructor(formBuilder: FormBuilder, mandateService: MandateService, router: Router, dialogService: DialogService, store: DataStoreService); onItniFrom(): FormGroup<{ fullDescription: import("@angular/forms").FormControl; }>; onSetFrom(p: MappedProduct): FormGroup<{ fullDescription: import("@angular/forms").FormControl; }>; onSelect(event: DropdownChangeEvent): void; onGetDevicesWarranty(): void; add(): void; next(): void; open_IW_Popup(): void; out_of_Warranty(): boolean; open_OOW_Popup(): void; get f(): { [key: string]: import("@angular/forms").AbstractControl; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }