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