import { type WalletConnectAppEntry } from "@turnkey/core";
interface WalletConnectAppChainSelectorProps {
    apps: WalletConnectAppEntry[];
    onSelect: (app: WalletConnectAppEntry) => Promise<void>;
}
/**
 * A chain selector specifically for WalletConnect app entries.
 * Displays available chains for a wallet app and allows the user to select one.
 */
export declare function WalletConnectAppChainSelector(props: WalletConnectAppChainSelectorProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=WalletConnectAppChainSelector.d.ts.map