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; export default BillingAddress;