declare const TotallyMoney: ({ color }: { color?: string; }) => JSX.Element; export default TotallyMoney;