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