```ts
const URLToLink: React.FC<{
  text: string;
}>;
```
