import type { ViewProps } from 'react-native'; import type { BubblingEventHandler, Int32 } from 'react-native/Libraries/Types/CodegenTypes'; type Event = Readonly<{ value: string; }>; interface BarCodeFormat { acceptedFormats: ReadonlyArray; } export interface NativeProps extends ViewProps { autoFocusEnabled: boolean; flashModeEnabled: boolean; acceptFormats?: Readonly; onScanResultListener?: BubblingEventHandler; frameWidth?: Int32; frameHeight?: Int32; frameBorderColor?: string; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType; export default _default; //# sourceMappingURL=BarcodeScannerViewNativeComponent.d.ts.map