import React, { FC } from 'react'; import { PlaceOrderPropsType } from '../PlaceOrderForm'; import { AdddressPopupClassesType } from '../Map/components/AddressPopup'; import { PlaceOrderClassesType } from '../PlaceOrderForm/types'; export declare type PlaceOrderv2PropsType = { rightIcon?: React.ReactNode; backIcon?: React.ReactNode; classes?: Partial; } & Omit; declare const PlaceOrderFormv2: FC; export default PlaceOrderFormv2;