import { ComputedRef } from 'vue'; import { ComponentConfig } from '../services/component-config'; /** * We need another key to provide injected value. */ export declare const LocalConfigKey = "VaLocalConfig"; export declare const CONFIGS_DEFAULT: ComputedRef; export declare function useLocalConfig(): ComputedRef; export declare function provideLocalConfig(config: ComputedRef): void; export declare function useLocalConfigProvider(config: ComputedRef): void;