import * as React from 'react'; declare function CashCard(props: React.SVGProps): React.JSX.Element; export default CashCard;