import { ExtractPropTypes, PropType } from 'vue'; import { BooleanType, DirectionType, SizeType } from '../const/types'; export declare const descriptionsProps: { bordered: BooleanType; column: { type: NumberConstructor; default: number; }; layout: { type: PropType; default: string; }; title: StringConstructor; extra: StringConstructor; size: { type: PropType; }; }; export type DescriptionsProps = ExtractPropTypes; declare const Descriptions: import('vue').DefineComponent; default: string; }; title: StringConstructor; extra: StringConstructor; size: { type: PropType; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: string; }; title: StringConstructor; extra: StringConstructor; size: { type: PropType; }; }>> & Readonly<{}>, { column: number; layout: DirectionType; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default Descriptions;