import { WalletEntryPlugin } from './walletPlugin';
export type { CustomEventHandler, CustomMessageType, EthereumProvider, MessageType, ProjectConfig, SolanaWallet, WalletConfig, WalletCore, WalletCustomStyle, WalletOption, } from './types';
export { EntryPosition } from './types';
declare const walletEntryPlugin: WalletEntryPlugin;
export { walletEntryPlugin, type WalletEntryPlugin };
