## Description I just noticed that in the latest version, the typescript of this package is not working as expected. ## Reproducible Demo 1. Create a ref: ```tsx const ref = useRef<PagerView>(null); ``` Now you will get this ts error: `'PagerView' refers to a value, but is being used as a type here. Did you mean 'typeof PagerView'` 