type ConnectingProps = { theme: "dark" | "light"; walletName: string; showFallback: boolean; handleFallback: () => void; }; export declare function Connecting({ theme, walletName, showFallback, handleFallback, }: ConnectingProps): import("react/jsx-runtime").JSX.Element; export {};