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