/// import type { IconType } from "./Icon/types"; declare function ChevronRight(props: IconType): JSX.Element; export default ChevronRight;