import { forwardRef } from "react"; const CustomText = forwardRef((props: any, ref) => ( )); export default CustomText;