/// import { ConnectUIProps } from "@thirdweb-dev/react-core"; import { PaperWallet } from "@thirdweb-dev/wallets"; import { RecoveryShareManagement } from "./types"; type PaperOTPLoginUIProps = ConnectUIProps & { recoveryShareManagement: RecoveryShareManagement; }; export declare const PaperOTPLoginUI: React.FC; export {}; //# sourceMappingURL=PaperOTPLoginUI.d.ts.map