import { WalletButtonProps, BtnWalletProps } from './types';

declare function App(props: WalletButtonProps | BtnWalletProps): import("react/jsx-runtime").JSX.Element;
export default App;
