import React, { ComponentType } from 'react'; export declare const withPromotedIntrospection: () =>

(WrappedComponent: React.ComponentType

) => { (props: any): JSX.Element; displayName: string; };