import { WalletsModal } from '@tonconnect/ui';
/**
 * Use it to get access to the open/close modal functions.
 */
export declare function useTonConnectModal(): Omit<WalletsModal, 'onStateChange'>;
