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