import { PopupDetailEstimateShippingProps } from '../types'; declare const PopupDetailEstimateShipping: { ({ iconClose, classes, setShowPopup, weight, origin, addressLocation, shippingProviders, handleOnChangeDestination, lazyLoadedImage, }: PopupDetailEstimateShippingProps): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { iconClose: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; handleOnChangeDestination: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; setShowPopup: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; origin: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; showPopup: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; weight: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; volume: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; shippingProviders: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; addressLocation: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; lazyLoadedImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default PopupDetailEstimateShipping;