import type { UnknownType } from '../../types/types';
export declare const getDisplayName: <P extends UnknownType>(Component: import("react").ComponentType<P>) => string;
//# sourceMappingURL=getDisplayName.d.ts.map