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