import type { XyDescriptionsColumn, XyDescriptionsLayout, XyDescriptionsSize, XyDescriptionsSlots } from "./types"; type __VLS_Props = { bordered?: boolean; colon?: boolean; column?: XyDescriptionsColumn; contentStyle?: import("vue").CSSProperties; extra?: import("vue").VNodeChild | string; items?: import("./types").XyDescriptionsItemConfig[]; labelStyle?: import("vue").CSSProperties; layout?: XyDescriptionsLayout; size?: XyDescriptionsSize; title?: import("vue").VNodeChild | string; classNames?: import("./types").XyDescriptionsClassNames; styles?: import("./types").XyDescriptionsStyles; }; type __VLS_Slots = XyDescriptionsSlots; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { title: string | number | boolean | import("vue").VNode | import("vue").VNodeArrayChildren | null; size: XyDescriptionsSize; column: XyDescriptionsColumn; layout: XyDescriptionsLayout; items: import("./types").XyDescriptionsItemConfig[]; extra: string | number | boolean | import("vue").VNode | import("vue").VNodeArrayChildren | null; bordered: boolean; contentStyle: import("vue").CSSProperties; labelStyle: import("vue").CSSProperties; colon: boolean; }, {}, {}, {}, 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; }; };