import React from 'react';
interface IDownloadIconProps extends React.SVGAttributes<SVGElement> {
}
declare function DownloadIcon(props: IDownloadIconProps): JSX.Element;
export default DownloadIcon;
