import { AddressRecommendationModel } from './AddressRecommendationModel'; export declare class AddressValidationReturnComponentModel { errorText: string; lastValidatedAddress: any; lastValidateResult: string; attemptCount: number; isAddressValidated: string; showInlineError: boolean; showError: boolean; showPopup: boolean; enteredAddress: any; recommendation: AddressRecommendationModel[]; addressValidationResponse: any; addressValidationRequest: any; } //# sourceMappingURL=AddressValidationReturnComponentModel.d.ts.map