import React from 'react'; import { NativeBalanceProps } from './types'; declare const NativeBalance: React.FC; export default NativeBalance;