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