import type { UnknownType } from '../../types/types';
export declare const getDisplayName: <P extends UnknownType>(Component: React.ComponentType<P>) => string;
