```ts
const CustomTooltip: React.FC<Omit<React.ComponentProps<"div">, "content"> & ControlledTooltip & object>;
```
