import { SVGProps } from "react";
declare const SvgScan: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgScan;
