import type { ViewProps } from 'react-native'; import type { WithDefault, Double } from 'react-native/Libraries/Types/CodegenTypes'; export type GlassType = 'clear' | 'regular'; interface NativeProps extends ViewProps { glassType?: WithDefault; glassTintColor?: WithDefault; glassOpacity?: WithDefault; reducedTransparencyFallbackColor?: WithDefault; isInteractive?: WithDefault; ignoreSafeArea?: WithDefault; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType; export default _default; //# sourceMappingURL=ReactNativeLiquidGlassViewNativeComponent.d.ts.map