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