import React, { ComponentType } from 'react'; export default function withSuspense

(Component: ComponentType

): (props: P) => React.JSX.Element;