import type { FormSubmit } from './interface'; import type { BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly labelWidth: BasicType, string | number | null>; readonly model: BasicType, null>; readonly onSubmit: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly model: BasicType, null>; readonly onSubmit: BasicType, null>; }>>, { readonly model: object; readonly labelWidth: string | number; readonly onSubmit: FormSubmit; }>; export default _sfc_main;