import type { XyDescriptionsItemSlots, XyDescriptionsItemSpan } from "./types"; type __VLS_Props = { contentStyle?: import("vue").CSSProperties; label?: import("vue").VNodeChild | string; labelStyle?: import("vue").CSSProperties; span?: XyDescriptionsItemSpan; classNames?: import("./types").XyDescriptionsItemClassNames; styles?: import("./types").XyDescriptionsItemStyles; }; type __VLS_Slots = XyDescriptionsItemSlots; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { label: string | number | boolean | import("vue").VNode | import("vue").VNodeArrayChildren | null; span: XyDescriptionsItemSpan; contentStyle: import("vue").CSSProperties; labelStyle: import("vue").CSSProperties; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };