import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const ForeignCash: React.MemoExoticComponent>; declare type ForeignCashRef = PathIconRef; declare type ForeignCashProps = PathIconProps; export { ForeignCash }; export type { ForeignCashRef, ForeignCashProps }; export default ForeignCash;