import { type Ref } from 'vue';
import { type SIWXConfig } from '@reown/appkit-controllers';
export declare function useAppKitSIWX<Config extends SIWXConfig = SIWXConfig>(): Ref<Config | undefined>;
