import type { HostComponent, ViewProps } from 'react-native'; import type { WithDefault, Float, Int32 } from 'react-native/Libraries/Types/CodegenTypes'; interface NativeProps extends ViewProps { blurAmount?: WithDefault; blurType?: string; overlayColor?: string; reducedTransparencyFallbackColor?: string; blurRadius?: WithDefault; enabled?: WithDefault; progressiveBlurDirection?: WithDefault; progressiveStartIntensity?: WithDefault; progressiveEndIntensity?: WithDefault; noiseFactor?: WithDefault; } declare const NativeBlurVibeView: HostComponent; export default NativeBlurVibeView; //# sourceMappingURL=BlurVibeViewNativeComponent.d.ts.map