import { EstimateShippingProps } from './types'; declare const EstimateShipping: { ({ classes, volume, weight, iconClose, loadingComponent, lazyLoadedImage, thumborSetting, }: EstimateShippingProps): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { classes: { 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; }; }; loadingComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; thumborSetting: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; iconClose: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; lazyLoadedImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default EstimateShipping;