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