import React from 'react'; import Animated from 'react-native-reanimated'; type Props = { height: Animated.SharedValue; }; export default function AnimatedTopView({ height }: Props): React.JSX.Element; export {}; //# sourceMappingURL=AnimatedTopView.d.ts.map