import { IconProps } from '../lib';
declare function Download(props: IconProps): JSX.Element;
export default Download;
