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