declare const DynamicDomainForm: import("@vue/runtime-core").DefineComponent<{ onSuccess: FunctionConstructor; onError: FunctionConstructor; onSubmit: FunctionConstructor; model: ObjectConstructor; }, () => JSX.Element, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, Record, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly>, {}>; export default DynamicDomainForm; export declare const formatDomainError: (count: number) => unknown;