import { IconProps } from '../lib';
declare function ArrowCircleDownLeft(props: IconProps): JSX.Element;
export default ArrowCircleDownLeft;
