declare const SolBalance: ({ inUSD }: { inUSD?: boolean | undefined; }) => JSX.Element; export default SolBalance;