import type { FormKitSchemaDefinition } from '@formkit/core'; import type { PropType } from 'vue'; declare var __VLS_13: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_13) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: null; }; formClass: { type: StringConstructor; default: string; }; debugData: { type: BooleanConstructor; default: boolean; }; debugSchema: { type: BooleanConstructor; default: boolean; }; modelValue: { type: PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: any) => any; }, string, import("vue").PublicProps, Readonly; default: null; }; formClass: { type: StringConstructor; default: string; }; debugData: { type: BooleanConstructor; default: boolean; }; debugSchema: { type: BooleanConstructor; default: boolean; }; modelValue: { type: PropType; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((value: any) => any) | undefined; }>, { data: Record; schema: FormKitSchemaDefinition; formClass: string; debugData: boolean; debugSchema: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };