import { IconProps } from '../lib';
declare function ArrowLineRight(props: IconProps): JSX.Element;
export default ArrowLineRight;
