import { type FormItemPlainProps, type FormItemPlainSlots, type FormItemPlainExpose } from './common'; type __VLS_Slots = FormItemPlainSlots; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { label: string; name: import("..").FieldName; error: string; direction: "horizontal" | "vertical"; required: boolean; rules: import("..").Rule | import("..").Rule[]; validateTrigger: import("..").TriggerType; labelWidth: string; labelAlign: "start" | "center" | "end"; labelValign: "start" | "center" | "end"; starPosition: "start" | "end"; contentPosition: "start" | "end"; hideStar: boolean; showError: boolean; inlaid: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };