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