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