import { FormItemExpose, FormItemProps } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare var __VLS_6: { label: string | undefined; }, __VLS_19: { validate: (trigger?: string) => Promise; }; type __VLS_Slots = {} & { label?: (props: typeof __VLS_6) => any; } & { default?: (props: typeof __VLS_19) => any; }; declare const __VLS_base: DefineComponent & Readonly<{}>, { showRequired: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };