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