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