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