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