import { ConfigViaHook } from '../../types/Config.js'; export { Config }; /** * Set configurations inside Vue components. * * https://vike.dev/useConfig#config-head */ declare const Config: import('vue').DefineSetupFnComponent;