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