import type { IconProps } from '../types/index'; declare function SvgChevronRight(iconProps: IconProps): JSX.Element; declare namespace SvgChevronRight { var displayName: string; } export default SvgChevronRight;