import { PropsWithChildren, ReactElement } from 'react'; export type PartialFunctionComponent

= ( props: PropsWithChildren

, context?: any, ) => Partial> | null;