/// <reference types="react" />
import { FiberType } from './react-types';
export default function getDisplayName<T>(type: React.ComponentType<T>): string;
export default function getDisplayName<T>(type: FiberType): string;
