import * as React from "react";
import { RNWalletViewProps } from "./RNWallet.types";
export default function RNWalletView({ onPress, style, buttonType, ...props }: RNWalletViewProps): React.JSX.Element;
//# sourceMappingURL=RNWalletView.d.ts.map