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