import { WalletConnectorProps } from '../../utils/hooks/useCreateWalletConnectorOptions'; type WalletConnectorEventsProps = { connectorProps: WalletConnectorProps; }; export declare const WalletConnectorEvents: ({ connectorProps, }: WalletConnectorEventsProps) => null; export {};