import { type ViewProps, type ColorValue, type CodegenTypes } from 'react-native'; export interface NativeProps extends ViewProps { interactive?: boolean; effect?: CodegenTypes.WithDefault<'clear' | 'regular' | 'none', 'regular'>; animated?: CodegenTypes.WithDefault; animationDuration?: CodegenTypes.WithDefault; hasAnimationDuration?: CodegenTypes.WithDefault; tintColor?: ColorValue; colorScheme?: CodegenTypes.WithDefault<'light' | 'dark' | 'system', 'system'>; } declare const _default: import("react-native/types_generated/Libraries/Utilities/codegenNativeComponent").NativeComponentType; export default _default; //# sourceMappingURL=LiquidGlassViewNativeComponent.d.ts.map