import type { AppConfig } from '@nuxt/schema'; import type { ComponentConfig } from '@nuxt/ui'; import theme from '#build/ui-pro/prose/h4'; type ProseH4 = ComponentConfig; export interface ProseH4Props { id?: string; class?: any; ui?: ProseH4['slots']; } export interface ProseH4Slots { default(props?: {}): any; } declare const _default: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH4Slots>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };