import type { Ref } from 'vue'; import type { LoadingBarProviderSetupProps } from './LoadingBarProvider'; export declare const loadingBarProviderInjectionKey: import("vue").InjectionKey<{ props: LoadingBarProviderSetupProps; mergedClsPrefixRef: Ref; }>; export declare const loadingBarApiInjectionKey: import("vue").InjectionKey;