import { ExtractPropTypes, PropType } from 'vue'; import { ColProps, FormRule } from './types'; declare const formItemProps: { label: StringConstructor; prop: StringConstructor; labelCol: PropType; wrapperCol: PropType; rules: PropType; }; export type FormItemProps = ExtractPropTypes; declare const FormItem: import('vue').DefineComponent; wrapperCol: PropType; rules: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; wrapperCol: PropType; rules: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default FormItem;