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