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