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