import type { Ref, PropType, VNode, HTMLAttributes, ExtractPropTypes, Plugin, CSSProperties, InjectionKey } from 'vue';
import type { Breakpoint } from '../_util/responsiveObserve';
import type { CustomSlotsType } from '../_util/type';
export declare const DescriptionsItemProps: {
prefixCls: StringConstructor;
label: import("vue-types").VueTypeValidableDef;
span: NumberConstructor;
};
declare const descriptionsItemProp: () => {
prefixCls: StringConstructor;
label: import("vue-types").VueTypeValidableDef;
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
span: {
type: NumberConstructor;
default: number;
};
};
export type DescriptionsItemProp = Partial>>;
export declare const DescriptionsItem: import("vue").DefineComponent<{
prefixCls: StringConstructor;
label: import("vue-types").VueTypeValidableDef;
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
span: {
type: NumberConstructor;
default: number;
};
}, () => VNode[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly;
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
span: {
type: NumberConstructor;
default: number;
};
}>>, {
span: number;
labelStyle: CSSProperties;
contentStyle: CSSProperties;
}, {}>;
export declare const descriptionsProps: () => {
prefixCls: StringConstructor;
bordered: {
type: BooleanConstructor;
default: any;
};
size: {
type: PropType<"default" | "small" | "middle">;
default: string;
};
title: import("vue-types").VueTypeValidableDef;
extra: import("vue-types").VueTypeValidableDef;
column: {
type: PropType>>;
default: () => number | Partial>;
};
layout: PropType<"vertical" | "horizontal">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
};
export type DescriptionsProps = HTMLAttributes & Partial>>;
export interface DescriptionsContextProp {
labelStyle?: Ref;
contentStyle?: Ref;
}
export declare const descriptionsContext: InjectionKey;
declare const _default: {
new (...args: any[]): import("vue").CreateComponentPublicInstance;
default: string;
};
title: import("vue-types").VueTypeValidableDef;
extra: import("vue-types").VueTypeValidableDef;
column: {
type: PropType>>;
default: () => number | Partial>;
};
layout: PropType<"vertical" | "horizontal">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
}>>, () => import("../_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly;
default: string;
};
title: import("vue-types").VueTypeValidableDef;
extra: import("vue-types").VueTypeValidableDef;
column: {
type: PropType>>;
default: () => number | Partial>;
};
layout: PropType<"vertical" | "horizontal">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
}>>, {
size: "default" | "small" | "middle";
column: number | Partial>;
bordered: boolean;
colon: boolean;
labelStyle: CSSProperties;
contentStyle: CSSProperties;
}, true, {}, CustomSlotsType<{
title?: any;
extra?: any;
default?: any;
}>, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly;
default: string;
};
title: import("vue-types").VueTypeValidableDef;
extra: import("vue-types").VueTypeValidableDef;
column: {
type: PropType>>;
default: () => number | Partial>;
};
layout: PropType<"vertical" | "horizontal">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
}>>, () => import("../_util/type").VueNode, {}, {}, {}, {
size: "default" | "small" | "middle";
column: number | Partial>;
bordered: boolean;
colon: boolean;
labelStyle: CSSProperties;
contentStyle: CSSProperties;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import("vue").ComponentOptionsBase;
default: string;
};
title: import("vue-types").VueTypeValidableDef;
extra: import("vue-types").VueTypeValidableDef;
column: {
type: PropType>>;
default: () => number | Partial>;
};
layout: PropType<"vertical" | "horizontal">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
}>>, () => import("../_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
size: "default" | "small" | "middle";
column: number | Partial>;
bordered: boolean;
colon: boolean;
labelStyle: CSSProperties;
contentStyle: CSSProperties;
}, {}, string, CustomSlotsType<{
title?: any;
extra?: any;
default?: any;
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin & {
readonly Item: typeof DescriptionsItem;
};
export default _default;