import React from 'react';
import type { IconProps } from './icon.props';
export declare const DownloadCartFull: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default DownloadCartFull;
