import { WalletOption } from '../../../shared'; export type CreateWalletGroupsProps = { walletConnectorOptions: WalletOption[]; }; export declare const useCreateWalletGroups: ({ walletConnectorOptions, }: CreateWalletGroupsProps) => void;