type Props = {
    enabled?: boolean;
};
export declare function useWalletConnectUri({ enabled }?: Props): {
    uri: string | undefined;
};
export {};
