/// <reference types="react" />
import { InferComponentProps } from '../../types.js';
import Carrot from './carrot-left.js';
declare const CarrotRight: (props: InferComponentProps<typeof Carrot>) => JSX.Element;
export default CarrotRight;
