import type { ExtractPublicPropTypes } from '../../_utils'; import { type CSSProperties, type PropType, type SlotsType, type VNode } from 'vue'; 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 labelClass: StringConstructor; readonly labelStyle: PropType; readonly contentClass: StringConstructor; 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; export interface DescriptionsSlots { default?: () => VNode[]; header?: () => VNode[]; } declare const _default: import("vue").DefineComponent; 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 labelClass: StringConstructor; readonly labelStyle: PropType; readonly contentClass: StringConstructor; readonly contentStyle: PropType; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>, { mergedClsPrefix: import("vue").Ref; 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; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, 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 labelClass: StringConstructor; readonly labelStyle: PropType; readonly contentClass: StringConstructor; readonly contentStyle: PropType; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { readonly size: "small" | "medium" | "large"; readonly column: number; readonly separator: string; readonly bordered: boolean; readonly labelPlacement: "left" | "top"; readonly labelAlign: "left" | "right" | "center"; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;