declare enum ViewHint { ANIMATING = 0, INTERACTING = 1, } export default ViewHint;