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