(c: ComponentType
): ComponentType<$Diff
>; declare function withRouter
(c: ComponentType
): ComponentType<$Diff
>; type Props = { className: string, location: Location, count: number, }; declare function MyComponent(props: Props): JSX.Element; // render props component const enhancer = compose( connect, withRouter, ); const MyContainer = enhancer(MyComponent); const App = () => ; // Outer Props͕ਪ͞ΕΔ