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