import { ComponentType } from 'react'; export declare function wrapDisplayName(BaseComponent: ComponentType, hocName: string): string;