import * as React from "react"; import type { SvgProps } from "react-native-svg"; declare const SvgScanner2: (props: SvgProps) => React.JSX.Element; export default SvgScanner2;