```ts
type AlignWithFloatRootTrigger = React.MutableRefObject<() => void | null>;
```
