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