import React from 'react'; import { type StyleProp, type ViewStyle } from 'react-native'; type Props = { style?: StyleProp | undefined; children: any; NoCameraDeviceError?: React.ReactNode | React.Component | Function; shouldScan?: boolean; onBarcodesDetected: (result: { code: string[]; }) => void; }; declare const _default: React.MemoExoticComponent<({ style, NoCameraDeviceError, onBarcodesDetected, children, ...props }: Props) => any>; export default _default; //# sourceMappingURL=index.android.d.ts.map