import { type FormPlainProps, type FormPlainSlots, type FormPlainExpose } from './common'; type __VLS_Slots = FormPlainSlots; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { readonly: boolean; direction: "horizontal" | "vertical"; disabled: boolean; model: Record; rules: import("..").FormRules; validateTrigger: import("..").TriggerType; validateOnRuleChange: boolean; labelWidth: string; labelAlign: "start" | "center" | "end"; labelValign: "start" | "center" | "end"; starPosition: "start" | "end"; contentPosition: "start" | "end"; hideStar: boolean; showError: boolean; scrollToFirstError: boolean; scrollIntoViewOptions: ScrollIntoViewOptions; card: 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; }; };