import type { FormInstance } from "element-plus"; export declare const useForm: () => { resetForm: (formEl: FormInstance | undefined) => void; submitForm: (formEl: FormInstance | undefined, emit?: Function) => import("element-plus").FormValidationResult; }; //# sourceMappingURL=useForm.d.ts.map