import React from 'react'; export declare function getDisplayName(WrappedComponent: React.ComponentType): string; export declare function wrapDisplayName(WrappedComponent: React.ComponentType, wrapperName: string): string;