import { PlaceOrderInputStateType } from '../commonTypes'; export declare const validateAddress: { (address: PlaceOrderInputStateType): { isValid: boolean; address: PlaceOrderInputStateType; }; parameters: any; displayName: string; __docgenInfo: { description: string; displayName: string; props: { name: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; phone: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; street: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; districtCode: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; location: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; postalCode: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; email: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; };