/// import Animated from 'react-native-reanimated'; interface BottomSheetDebugViewProps { values: Record | number>; } declare const BottomSheetDebugView: ({ values }: BottomSheetDebugViewProps) => JSX.Element; export default BottomSheetDebugView;