declare class AnimatedValue { __value: number; constructor(val: number); } export default AnimatedValue;