import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Download: React.MemoExoticComponent>; declare type DownloadRef = PathIconRef; declare type DownloadProps = PathIconProps; export { Download }; export type { DownloadRef, DownloadProps }; export default Download;