import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const StopwatchIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link StopwatchIcon} instead.
 */
export declare const Stopwatch: typeof StopwatchIcon;
export default StopwatchIcon;
