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