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