import type { NativeProps } from './LiquidGlassViewNativeComponent'; import { View } from 'react-native'; /** * A view that adds the iOS liquid glass effect. */ export const LiquidGlassView: React.ComponentType = View;