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