/// import { BalanceCellSheetProps } from './type'; declare function BalanceCellSheet({ remainingAmount, currency, selectionProps }: BalanceCellSheetProps): import("react").JSX.Element; export default BalanceCellSheet;