Stencil components react library build failing while using @stencil/react-output-target@0.1.0 version

stencil components react library build failing while using @stencil/react-output-target@0.1.0 version, its getting succeeds when using @stencil/react-output-target@0.0.9 version.

Getting below error message:

@mc-dxp/dxp-web-react@0.0.0-PLACEHOLDER tsc C:\UI\Projects\DXP\2021\PI4\stencil POC\dxp-ui\packages\dxp-web-react
tsc -p .

src/react-component-lib/utils/index.tsx(23,10): error TS2694: Namespace ‘React’ has no exported member ‘RefCallback’.
info Visit yarn run | Yarn for documentation about this command.

lerna ERR! yarn run build stderr:
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @mc-dxp/dxp-web-react@0.0.0-PLACEHOLDER tsc: tsc -p .
npm ERR! Exit status 2

Versions:
@stencil/core”: “2.10.0”,
@stencil/react-output-target”: “0.1.0”,