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