import { PropType, CSSProperties } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; export declare const descriptionsProps: { readonly title: StringConstructor; readonly column: { readonly type: NumberConstructor; readonly default: 3; }; readonly columns: NumberConstructor; readonly labelPlacement: { readonly type: PropType<"left" | "top">; readonly default: "top"; }; readonly labelAlign: { readonly type: PropType<"left" | "right" | "center">; readonly default: "left"; }; readonly separator: { readonly type: StringConstructor; readonly default: ":"; }; readonly size: { readonly type: PropType<"small" | "medium" | "large">; readonly default: "medium"; }; readonly bordered: BooleanConstructor; readonly labelStyle: PropType; readonly contentStyle: PropType; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }; export type DescriptionsProps = ExtractPublicPropTypes; /** @deprecated You should use `DescriptionsProps` */ export type DescriptionProps = DescriptionsProps; declare const _default: import("vue").DefineComponent<{ readonly title: StringConstructor; readonly column: { readonly type: NumberConstructor; readonly default: 3; }; readonly columns: NumberConstructor; readonly labelPlacement: { readonly type: PropType<"left" | "top">; readonly default: "top"; }; readonly labelAlign: { readonly type: PropType<"left" | "right" | "center">; readonly default: "left"; }; readonly separator: { readonly type: StringConstructor; readonly default: ":"; }; readonly size: { readonly type: PropType<"small" | "medium" | "large">; readonly default: "medium"; }; readonly bordered: BooleanConstructor; readonly labelStyle: PropType; readonly contentStyle: PropType; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }, { mergedClsPrefix: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--n-title-text-color': string; '--n-th-padding': string; '--n-td-padding': string; '--n-font-size': string; '--n-bezier': string; '--n-th-font-weight': string; '--n-line-height': string; '--n-th-text-color': string; '--n-td-text-color': string; '--n-th-color': string; '--n-th-color-modal': string; '--n-th-color-popover': string; '--n-td-color': string; '--n-td-color-modal': string; '--n-td-color-popover': string; '--n-border-radius': string; '--n-border-color': string; '--n-border-color-modal': string; '--n-border-color-popover': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; compitableColumn: import("vue").ComputedRef; inlineThemeDisabled: boolean | undefined; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly default: "top"; }; readonly labelAlign: { readonly type: PropType<"left" | "right" | "center">; readonly default: "left"; }; readonly separator: { readonly type: StringConstructor; readonly default: ":"; }; readonly size: { readonly type: PropType<"small" | "medium" | "large">; readonly default: "medium"; }; readonly bordered: BooleanConstructor; readonly labelStyle: PropType; readonly contentStyle: PropType; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>>, { readonly column: number; readonly size: "small" | "medium" | "large"; readonly separator: string; readonly bordered: boolean; readonly labelAlign: "left" | "right" | "center"; readonly labelPlacement: "left" | "top"; }>; export default _default;