import type { ComponentType } from 'react'; export default function getDisplayName(WrappedComponent: ComponentType): string;