import React from 'react'; import { NextComponentType } from 'next'; export default function withTranslation

(Component: React.ComponentType

| NextComponentType, defaultNS?: string): React.ComponentType>;