import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Upload2Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Upload2Icon;
