/// <reference types="react" />
declare const DeliveryBox: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default DeliveryBox;
