import { PropsWithChildren, ReactElement } from 'react'; export type PartialFunctionComponent
= (props: PropsWithChildren
, context?: any) => Partial> | null; //# sourceMappingURL=PartialFunctionComponent.d.ts.map