import { ElementType } from 'react'; export declare function getDisplayName(Component: ElementType, fallbackName?: string): string;