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