import type React from 'react'; type BalanceProps = { hideIcon?: boolean; hideSymbol?: boolean; }; export declare const Balance: React.FC; export {};