/// <reference types="react" />
import { IconProps } from '../types';
declare const ChevronRight: ({ srText }: IconProps) => JSX.Element;
export default ChevronRight;
