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