/** * Form/field orchestrator with validation and ARIA wiring * * Vue wrapper for the `Form` controller (`@42/core/form`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("form:submit" | "form:invalid" | "form:change" | "form:reset")[], "form:submit" | "form:invalid" | "form:change" | "form:reset", import('vue').PublicProps, Readonly> & Readonly<{ "onForm:submit"?: ((...args: any[]) => any) | undefined; "onForm:invalid"?: ((...args: any[]) => any) | undefined; "onForm:change"?: ((...args: any[]) => any) | undefined; "onForm:reset"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;