import type { Ref, PropType, VNode, HTMLAttributes, ExtractPropTypes, Plugin, CSSProperties, InjectionKey } from 'vue';
import type { Breakpoint } from '../_util/responsiveObserve';
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 declare 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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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<"horizontal" | "vertical">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
};
export declare type DescriptionsProps = HTMLAttributes & Partial>>;
export interface DescriptionsContextProp {
labelStyle?: Ref;
contentStyle?: Ref;
}
export declare const descriptionsContext: InjectionKey;
declare const _default: {
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {};
$props: Partial<{
column: number | Partial>;
size: "default" | "small" | "middle";
colon: boolean;
bordered: boolean;
labelStyle: CSSProperties;
contentStyle: CSSProperties;
}> & Omit;
default: string;
};
title: import("vue-types").VueTypeValidableDef;
extra: import("vue-types").VueTypeValidableDef;
column: {
type: PropType>>;
default: () => number | Partial>;
};
layout: PropType<"horizontal" | "vertical">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "column" | "size" | "colon" | "bordered" | "labelStyle" | "contentStyle">;
$attrs: {
[x: string]: unknown;
};
$refs: {
[x: string]: unknown;
};
$slots: Readonly<{
[name: string]: import("vue").Slot;
}>;
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase>;
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase>;
$emit: (event: string, ...args: any[]) => void;
$el: any;
$options: import("vue").ComponentOptionsBase;
default: string;
};
title: import("vue-types").VueTypeValidableDef;
extra: import("vue-types").VueTypeValidableDef;
column: {
type: PropType>>;
default: () => number | Partial>;
};
layout: PropType<"horizontal" | "vertical">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
column: number | Partial>;
size: "default" | "small" | "middle";
colon: boolean;
bordered: boolean;
labelStyle: CSSProperties;
contentStyle: CSSProperties;
}> & {
beforeCreate?: (() => void) | (() => void)[];
created?: (() => void) | (() => void)[];
beforeMount?: (() => void) | (() => void)[];
mounted?: (() => void) | (() => void)[];
beforeUpdate?: (() => void) | (() => void)[];
updated?: (() => void) | (() => void)[];
activated?: (() => void) | (() => void)[];
deactivated?: (() => void) | (() => void)[];
beforeDestroy?: (() => void) | (() => void)[];
beforeUnmount?: (() => void) | (() => void)[];
destroyed?: (() => void) | (() => void)[];
unmounted?: (() => void) | (() => void)[];
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase>, info: string) => boolean | void)[];
};
$forceUpdate: () => void;
$nextTick: typeof import("vue").nextTick;
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
} & Readonly;
default: string;
};
title: import("vue-types").VueTypeValidableDef;
extra: import("vue-types").VueTypeValidableDef;
column: {
type: PropType>>;
default: () => number | Partial>;
};
layout: PropType<"horizontal" | "vertical">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties;
__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<"horizontal" | "vertical">;
colon: {
type: BooleanConstructor;
default: any;
};
labelStyle: {
type: PropType;
default: CSSProperties;
};
contentStyle: {
type: PropType;
default: CSSProperties;
};
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
column: number | Partial>;
size: "default" | "small" | "middle";
colon: boolean;
bordered: boolean;
labelStyle: CSSProperties;
contentStyle: CSSProperties;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin & {
readonly Item: typeof DescriptionsItem;
};
export default _default;