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