import type { FieldValues, FormStore, ResponseData } from '../types'; /** * Validates and submits the form. * * @param form The form to be submitted. */ export declare function submit(form: FormStore): void;