import { type EnhancedComponent } from '../../utils'; import _Form from './form.vue'; import _FormItem from './form-item.vue'; export declare const Form: EnhancedComponent; export declare const FormItem: EnhancedComponent; export default Form; export { type FormRules, type FieldName, type ValidateState, type TriggerType, type FieldValidateError, type FormProps, type FormSlots, type FormExpose, type FormItemProps, type FormItemSlots, type FormItemExpose, type FormContext, type FormItemContext, useFormContext, useFormItemContext, } from './common'; export { useFormItem } from './useFormItem'; export { CancelError, isCancelError, type ValidateContext, type ValidateMessages, type ValidateOptions, type Rule, } from './Validator';