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