import { DescriptionsProps, DescriptionsSlots } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Slots = DescriptionsSlots; declare const __VLS_base: DefineComponent & Readonly<{}>, { size: "large" | "default" | "small"; direction: "horizontal" | "vertical"; labelAlign: "left" | "center" | "right"; column: number; border: boolean; }, {}, {}, {}, string, 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; }; };