import type { SVGProps } from "react"; export interface StopwatchIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function StopwatchIcon({ className, size, color, ...props }: StopwatchIconProps): import("react").JSX.Element; //# sourceMappingURL=stopwatch-icon.d.ts.map