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