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