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