import type { DescriptionListVariants } from './_internal/components/DescriptionList/DescriptionList.types'; export * from './_internal/components/DescriptionList/DescriptionList.keys'; export * from './_internal/components/DescriptionList/DescriptionList.types'; export interface DescriptionListProps { /** * Divide the list groups with a border. */ divide?: boolean; /** * Different variants of description lists. */ variant?: DescriptionListVariants; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, { variant: DescriptionListVariants; divide: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };