import { TWalletProviderOption } from "../../utils"; interface Props { option: TWalletProviderOption; } export declare function SidePanelOpeningWallet(props: Props): import("solid-js").JSX.Element; export {};