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