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