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