import { FC, SVGProps } from 'react'; declare const IconArrowRight: FC & { fill?: string }>; export default IconArrowRight;