import React from 'react'; import { IIcon } from '../interface'; export declare function IconArrowRight({ fill }: IIcon): React.JSX.Element;