import { type FormItemProps, type FormItemSlots, type FormItemExpose } from './common'; type __VLS_Slots = FormItemSlots; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { label: string; name: import("./common").FieldName; error: string; direction: "horizontal" | "vertical"; required: boolean; rules: import("./Validator").Rule | import("./Validator").Rule[]; validateTrigger: import("./common").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; }; };