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