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