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