import * as _legendapp_list from '@legendapp/list'; import * as React from 'react'; import { Animated } from 'react-native'; declare const AnimatedLegendList: Animated.AnimatedComponent<((props: _legendapp_list.LegendListProps & React.RefAttributes<_legendapp_list.LegendListRef>) => React.ReactNode) & { displayName?: string; }>; export { AnimatedLegendList };