import { ConnectUIProps } from "@thirdweb-dev/react-core"; import type { LocalWallet } from "@thirdweb-dev/wallets"; export declare const LocalWalletConnectUI: (props: ConnectUIProps & { persist: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LocalWalletConnectUI.d.ts.map