declare const user_form_validate: (values: { [index: string]: string; }) => { [index: string]: string; }; export { user_form_validate };