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