import type { ComponentMeta } from 'nuxt-studio/app'; interface ComponentGroupConfig { label: string; include: string[]; } export declare const useHostMeta: () => { fetch: () => Promise; components: { list: import("vue").ShallowRef; hasNuxtUI: import("vue").ComputedRef; groups: import("vue").ShallowRef; ungrouped: import("vue").ShallowRef<"include" | "omit", "include" | "omit">; }; highlightTheme: import("vue").ShallowRef<{ default: string; dark?: string; light?: string; } | undefined, { default: string; dark?: string; light?: string; } | undefined>; markdownConfig: import("vue").ShallowRef<{ contentHeading?: boolean; } | undefined, { contentHeading?: boolean; } | undefined>; }; export {};