/// import { IconProps } from "../../../types"; export default function CoinIcon({ className, dataTestid, ...rest }: IconProps): JSX.Element;