import type { Breakpoint, CustomSlotsType } from '@antdv/ui/es/types'; declare const _default: import("vue").DefineComponent<{ prefixCls: StringConstructor; bordered: { type: BooleanConstructor; default: any; }; size: { type: import("vue").PropType<"default" | "small" | "middle">; default: string; }; title: any; extra: any; column: { type: import("vue").PropType>>; default: () => number | Partial>; }; layout: import("vue").PropType<"horizontal" | "vertical">; colon: { type: BooleanConstructor; default: any; }; labelStyle: { type: import("vue").PropType; default: () => {}; }; contentStyle: { type: import("vue").PropType; default: () => {}; }; }, () => import("@antdv/ui/es/types").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; title: any; extra: any; column: { type: import("vue").PropType>>; default: () => number | Partial>; }; layout: import("vue").PropType<"horizontal" | "vertical">; colon: { type: BooleanConstructor; default: any; }; labelStyle: { type: import("vue").PropType; default: () => {}; }; contentStyle: { type: import("vue").PropType; default: () => {}; }; }>>, { title: any; column: number | Partial>; size: "default" | "small" | "middle"; bordered: boolean; extra: any; colon: boolean; labelStyle: import("vue").CSSProperties; contentStyle: import("vue").CSSProperties; }, CustomSlotsType<{ title?: any; extra?: any; default?: any; }>>; export default _default;