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