import type { App } from 'vue'; import type { ArcoOptions } from '../_utils/types'; import _Descriptions from './descriptions'; import _DescriptionsItem from './descriptions-item'; declare const Descriptions: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: () => never[]; }; column: { type: import("vue").PropType; default: number; }; title: StringConstructor; layout: { type: import("vue").PropType<"horizontal" | "vertical" | "inline-horizontal" | "inline-vertical">; default: string; }; align: { type: import("vue").PropType<"center" | "left" | "right" | { label?: "center" | "left" | "right" | undefined; value?: "center" | "left" | "right" | undefined; }>; default: string; }; size: { type: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; bordered: { type: BooleanConstructor; default: boolean; }; labelStyle: { type: import("vue").PropType; }; valueStyle: { type: import("vue").PropType; }; tableLayout: { type: import("vue").PropType<"auto" | "fixed">; default: string; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { data: import("./interface").DescData[]; bordered: boolean; align: "center" | "left" | "right" | { label?: "center" | "left" | "right" | undefined; value?: "center" | "left" | "right" | undefined; }; column: number | import("..").ResponsiveValue; layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical"; tableLayout: "auto" | "fixed"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: () => never[]; }; column: { type: import("vue").PropType; default: number; }; title: StringConstructor; layout: { type: import("vue").PropType<"horizontal" | "vertical" | "inline-horizontal" | "inline-vertical">; default: string; }; align: { type: import("vue").PropType<"center" | "left" | "right" | { label?: "center" | "left" | "right" | undefined; value?: "center" | "left" | "right" | undefined; }>; default: string; }; size: { type: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; bordered: { type: BooleanConstructor; default: boolean; }; labelStyle: { type: import("vue").PropType; }; valueStyle: { type: import("vue").PropType; }; tableLayout: { type: import("vue").PropType<"auto" | "fixed">; default: string; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { data: import("./interface").DescData[]; bordered: boolean; align: "center" | "left" | "right" | { label?: "center" | "left" | "right" | undefined; value?: "center" | "left" | "right" | undefined; }; column: number | import("..").ResponsiveValue; layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical"; tableLayout: "auto" | "fixed"; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; default: () => never[]; }; column: { type: import("vue").PropType; default: number; }; title: StringConstructor; layout: { type: import("vue").PropType<"horizontal" | "vertical" | "inline-horizontal" | "inline-vertical">; default: string; }; align: { type: import("vue").PropType<"center" | "left" | "right" | { label?: "center" | "left" | "right" | undefined; value?: "center" | "left" | "right" | undefined; }>; default: string; }; size: { type: import("vue").PropType<"mini" | "small" | "medium" | "large">; }; bordered: { type: BooleanConstructor; default: boolean; }; labelStyle: { type: import("vue").PropType; }; valueStyle: { type: import("vue").PropType; }; tableLayout: { type: import("vue").PropType<"auto" | "fixed">; default: string; }; }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { data: import("./interface").DescData[]; bordered: boolean; align: "center" | "left" | "right" | { label?: "center" | "left" | "right" | undefined; value?: "center" | "left" | "right" | undefined; }; column: number | import("..").ResponsiveValue; layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical"; tableLayout: "auto" | "fixed"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { DescriptionsItem: import("vue").DefineComponent, { prefixCls: string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { span: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; install: (app: App, options?: ArcoOptions | undefined) => void; }; export declare type DescriptionsInstance = InstanceType; export declare type DescriptionsItemInstance = InstanceType; export type { DescData } from './interface'; export { _DescriptionsItem as DescriptionsItem }; export default Descriptions;