/// import { IconProps } from '../../types'; declare const Stopwatch: (allProps: IconProps) => JSX.Element; export default Stopwatch;