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