import { ViewProps } from "react-native"; export type WalletButtonProps = { onTap: () => void; } & ViewProps; //# sourceMappingURL=ExpoWalletPass.types.d.ts.map