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