import type { AppConfig } from '@nuxt/schema'; import theme from '#build/b24ui/prose/hr'; import type { ComponentConfig } from '../../types/tv'; type ProseHr = ComponentConfig; export interface ProseHrProps { class?: any; b24ui?: ProseHr['slots']; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;