import React from 'react'; interface AdminTranslationFormProps { } declare const AdminTranslationForm: React.FC; export default AdminTranslationForm;