import type { Int32, WithDefault, Float } from 'react-native/Libraries/Types/CodegenTypes'; import type { ViewProps, ColorValue } from 'react-native'; interface NativeProps extends ViewProps { exclusive?: WithDefault; foreground?: boolean; borderless?: boolean; enabled?: WithDefault; rippleColor?: ColorValue; rippleRadius?: Int32; touchSoundDisabled?: WithDefault; borderWidth?: Float; borderColor?: ColorValue; borderStyle?: WithDefault; pointerEvents?: WithDefault<'box-none' | 'none' | 'box-only' | 'auto', 'auto'>; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType; export default _default; //# sourceMappingURL=RNGestureHandlerButtonNativeComponent.d.ts.map