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