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