import * as React from "react"; import type { IconProps } from "../types"; declare const Stopwatch: React.ForwardRefExoticComponent>; export default Stopwatch; //# sourceMappingURL=stopwatch.d.ts.map