// utils/captcha.ts import HCaptcha from '@hcaptcha/react-hcaptcha'; export default HCaptcha; // MyFormComponent.tsx import { default as RenamedCaptcha } from '../utils/captcha'; <FormComponent> <RenamedCaptcha sitekey="your-sitekey" /> </FormComponent>