import type { IconProps } from '../../types';
declare const DownloadFill: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Download Fill
 * @see {@link https://remixicon.com/icon/download-fill Remix Icon Docs}
 */
export { DownloadFill };
