import type { CSSProperties } from 'vue'; declare var __VLS_1: {}, __VLS_3: {}; type __VLS_Slots = {} & { title?: (props: typeof __VLS_1) => any; } & { extra?: (props: typeof __VLS_3) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "horizontal"; }; readonly size: { readonly type: import("vue").PropType<"large" | "default" | "small">; readonly default: "default"; }; readonly border: { readonly type: BooleanConstructor; readonly default: false; }; readonly colon: { readonly type: BooleanConstructor; readonly default: true; }; readonly labelStyle: { readonly type: import("vue").PropType; }; readonly contentStyle: { readonly type: import("vue").PropType; }; readonly labelClassName: { readonly type: StringConstructor; readonly default: ""; }; readonly contentClassName: { readonly type: StringConstructor; readonly default: ""; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "horizontal"; }; readonly size: { readonly type: import("vue").PropType<"large" | "default" | "small">; readonly default: "default"; }; readonly border: { readonly type: BooleanConstructor; readonly default: false; }; readonly colon: { readonly type: BooleanConstructor; readonly default: true; }; readonly labelStyle: { readonly type: import("vue").PropType; }; readonly contentStyle: { readonly type: import("vue").PropType; }; readonly labelClassName: { readonly type: StringConstructor; readonly default: ""; }; readonly contentClassName: { readonly type: StringConstructor; readonly default: ""; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>> & Readonly<{}>, { readonly size: "small" | "default" | "large"; readonly direction: "horizontal" | "vertical"; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly border: boolean; readonly column: number; readonly colon: boolean; readonly labelClassName: string; readonly contentClassName: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };