import type { AppConfig } from '@nuxt/schema'; import type { ComponentConfig } from '@nuxt/ui'; import theme from '#build/ui-pro/prose/code-group'; type ProseCodeGroup = ComponentConfig; export interface ProseCodeGroupProps { /** * The default tab to select. * @example '1' */ defaultValue?: string; /** * Sync the selected tab with a local storage key. */ sync?: string; class?: any; ui?: ProseCodeGroup['slots']; } export interface ProseCodeGroupSlots { default(props?: {}): any; } declare const _default: __VLS_WithSlots any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined; }>, { defaultValue: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeGroupSlots>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };