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