declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: ""; }; readonly minWidth: { readonly type: import("vue").PropType; readonly default: ""; }; readonly align: { readonly type: import("vue").PropType<"left" | "center" | "right">; readonly default: "left"; }; readonly labelAlign: { readonly type: import("vue").PropType<"left" | "center" | "right">; readonly default: "left"; }; readonly className: { readonly type: StringConstructor; readonly default: ""; }; readonly labelClassName: { readonly type: StringConstructor; readonly default: ""; }; readonly labelStyle: { readonly type: import("vue").PropType; }; readonly contentStyle: { readonly type: import("vue").PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: ""; }; readonly minWidth: { readonly type: import("vue").PropType; readonly default: ""; }; readonly align: { readonly type: import("vue").PropType<"left" | "center" | "right">; readonly default: "left"; }; readonly labelAlign: { readonly type: import("vue").PropType<"left" | "center" | "right">; readonly default: "left"; }; readonly className: { readonly type: StringConstructor; readonly default: ""; }; readonly labelClassName: { readonly type: StringConstructor; readonly default: ""; }; readonly labelStyle: { readonly type: import("vue").PropType; }; readonly contentStyle: { readonly type: import("vue").PropType; }; }>> & Readonly<{}>, { readonly label: string; readonly width: string | number; readonly minWidth: string | number; readonly span: number; readonly className: string; readonly align: "left" | "right" | "center"; readonly labelClassName: string; readonly labelAlign: "left" | "right" | "center"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };