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