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