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