import type { SVGProps } from 'react';
declare const SvgHandWithEuroCoin: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
/**
 * @deprecated The ‘HandWithEuroCoin’ icon will be removed in release 3.0.0.
 * Use ‘PersonsWithEuroCoin’ instead.
 */
export default SvgHandWithEuroCoin;
