import type { ViewProps } from 'react-native'; import type { Double } from 'react-native/Libraries/Types/CodegenTypes'; export type BlurType = 'light' | 'extraLight' | 'dark' | 'regular' | 'prominent' | 'systemUltraThinMaterial' | 'systemThinMaterial' | 'systemMaterial' | 'systemThickMaterial' | 'systemChromeMaterial'; export interface NativeProps extends ViewProps { blurType?: string; blurAmount?: Double; reducedTransparencyFallbackColor?: string; } declare const _default: import("react-native").HostComponent; export default _default; //# sourceMappingURL=JellifyBlurViewNativeComponent.d.ts.map