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