import { NetWorthCopy } from '../../../core'; interface NetworthDataProps { amount: number; copy: NetWorthCopy; trendValue: number; } declare const NetworthData: ({ amount, copy, trendValue }: NetworthDataProps) => import("react/jsx-runtime").JSX.Element; export default NetworthData;