import { FormState } from '../../types'; declare const useAdminTranslationForm: () => { control: import("react-hook-form").Control; handleSubmit: import("react-hook-form").UseFormHandleSubmit; setValue: import("react-hook-form").UseFormSetValue; fields: import("react-hook-form").FieldArrayWithId[]; append: import("react-hook-form").UseFieldArrayAppend; remove: import("react-hook-form").UseFieldArrayRemove; }; export default useAdminTranslationForm;