import type { ComponentType, ElementType } from 'react'; export declare function getComponentDisplayName(primitive: ComponentType | ElementType): string;