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