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