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