// TypeScript Version: 3.5 import { Component } from 'react'; export function getDisplayName(WrappedComponent: Component): string;