/// <reference types="react" />
declare const Stethoscope: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Stethoscope;
