/// import { IconProps } from '../../types'; declare const Download: (allProps: IconProps) => JSX.Element; export default Download;