import { type EnhancedComponent } from '../../utils'; import _FormPlain from './form-plain.vue'; import _FormItemPlain from './form-item-plain.vue'; export declare const FormPlain: EnhancedComponent; export declare const FormItemPlain: EnhancedComponent; export default FormPlain; export { type FormPlainProps, type FormPlainSlots, type FormPlainExpose, type FormItemPlainProps, type FormItemPlainSlots, type FormItemPlainExpose, } from './common';