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