import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const EuroIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link EuroIcon} instead.
 */
export declare const Euro: typeof EuroIcon;
export default EuroIcon;
