import { ReactIconComponentType } from '../types';

declare const ArrowCircleUp: ReactIconComponentType;
export default ArrowCircleUp;
            