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