import React from 'react'; import { BillingAddressPropsType } from '../PlaceOrderForm/BillingAddress'; import { BillingAddressClassesType } from '../PlaceOrderForm/types'; import { AdddressPopupClassesType } from '../Map/components/AddressPopup'; export declare type BillingAddressv2PropsType = { isDifferentAddress: boolean; rightIcon?: React.ReactNode; backIcon?: React.ReactNode; classes?: Partial; } & Omit; declare const BillingAddress: { ({ handleLogistixChange, onErrorMsg, handleBillingAddress, handleLatLngChange, auth, withRegisterFields, passwordViewIcon, passwordHideIcon, passwordUnfulfilledCriteriaIcon, passwordFulfilledCriteriaIcon, placeOrderInput, datePickerClearIcon, datePickerCalendarIcon, classes, isDifferentAddress, logistixStyles, backIcon, mapButtonCloseIcon, mapCenterIcon, mapIcon, mapPinIcon, mapSearchIcon, rightIcon, }: BillingAddressv2PropsType): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { isDifferentAddress: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; rightIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; backIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; logistixStyles: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; onErrorMsg: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; passwordViewIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; passwordHideIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; passwordUnfulfilledCriteriaIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; passwordFulfilledCriteriaIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; mapIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; mapButtonCloseIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; mapCenterIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; datePickerClearIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; datePickerCalendarIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; mapPinIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; mapSearchIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; auth: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; handleLogistixChange: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; handleLatLngChange: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; placeOrderInput: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; withRegisterFields: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; handleBillingAddress: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default BillingAddress;