import * as React from "react";
import type { IconProps } from "../types";
declare const Medusa: React.ForwardRefExoticComponent<Omit<IconProps, "color"> & React.RefAttributes<SVGSVGElement>>;
export default Medusa;
//# sourceMappingURL=medusa.d.ts.map