import { forwardRef } from 'react'; const Comp = /*#__PURE__*/forwardRef((props, ref) => null);