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