import type { VormItemRules, VormItemRulesItem } from './interface'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly label: BasicType, string | null>; readonly name: BasicType, string | null>; readonly rules: { readonly type: PropType; readonly default: () => null; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly name: BasicType, string | null>; readonly rules: { readonly type: PropType; readonly default: () => null; }; }>>, { readonly name: string; readonly label: string; readonly rules: VormItemRules | VormItemRulesItem; }>; export default _sfc_main;