import type { IconDefinition } from '../types';
declare const UploadOutlined: IconDefinition;
export default UploadOutlined;
