import { Ref } from 'vue';
import { GlobalConfig, PartialGlobalConfig } from '../../../services/global-config';
export declare const useGlobalConfigProvider: (next: Ref<PartialGlobalConfig>) => import("vue").ComputedRef<GlobalConfig>;
