import type { IconProps } from '../../types';
declare const ArrowRightLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Arrow Right Line
 * @see {@link https://remixicon.com/icon/arrow-right-line Remix Icon Docs}
 */
export { ArrowRightLine };
