import { HTMLAttributes } from 'vue'; export interface ContentDividerProps { class?: HTMLAttributes['class']; type: 'line' | 'text' | 'text-line' | 'solid-text'; text?: string; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import('vue').DefineComponent & Readonly<{}>, { type: "line" | "text" | "text-line" | "solid-text"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;