import { FormTestType } from '../types'; import { ValidationErrorsType } from '@/composables/useFormValidation'; declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ formState: FormTestType; validationErrors: ValidationErrorsType; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { onSave: () => void; "update:formState": (value: FormTestType) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }>>> & { "onUpdate:formState"?: (value: FormTestType) => any; onOnSave?: () => any; }, {}>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; };