import type { FormKitSchemaDefinition } from '@formkit/core'; import type { PropType } from 'vue'; declare var __VLS_16: {}, __VLS_29: {}, __VLS_37: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_16) => any; } & { messages?: (props: typeof __VLS_29) => any; } & { submit?: (props: typeof __VLS_37) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: null; }; formClass: { type: StringConstructor; default: string; }; actionsClass: { type: StringConstructor; default: string; }; submitSeverity: { type: StringConstructor; default: string; }; submitClass: { type: StringConstructor; default: string; }; submitLabel: { type: StringConstructor; default: string; }; submitIcon: { type: StringConstructor; default: string; }; showReset: { type: BooleanConstructor; default: boolean; }; resetSeverity: { type: StringConstructor; default: string; }; resetLabel: { type: StringConstructor; default: string; }; resetClass: { type: StringConstructor; default: string; }; resetIcon: { type: StringConstructor; default: string; }; debugData: { type: BooleanConstructor; default: boolean; }; debugSchema: { type: BooleanConstructor; default: boolean; }; modelValue: { type: PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { onReset: (...args: any[]) => void; dataSaved: (...args: any[]) => void; "update:modelValue": (value: any) => void; }, string, import("vue").PublicProps, Readonly; default: null; }; formClass: { type: StringConstructor; default: string; }; actionsClass: { type: StringConstructor; default: string; }; submitSeverity: { type: StringConstructor; default: string; }; submitClass: { type: StringConstructor; default: string; }; submitLabel: { type: StringConstructor; default: string; }; submitIcon: { type: StringConstructor; default: string; }; showReset: { type: BooleanConstructor; default: boolean; }; resetSeverity: { type: StringConstructor; default: string; }; resetLabel: { type: StringConstructor; default: string; }; resetClass: { type: StringConstructor; default: string; }; resetIcon: { type: StringConstructor; default: string; }; debugData: { type: BooleanConstructor; default: boolean; }; debugSchema: { type: BooleanConstructor; default: boolean; }; modelValue: { type: PropType; }; }>> & Readonly<{ onOnReset?: ((...args: any[]) => any) | undefined; onDataSaved?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((value: any) => any) | undefined; }>, { data: Record; id: string; schema: FormKitSchemaDefinition; formClass: string; actionsClass: string; submitSeverity: string; submitClass: string; submitLabel: string; submitIcon: string; showReset: boolean; resetSeverity: string; resetLabel: string; resetClass: string; resetIcon: 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; }; };