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