import React from 'react';
import './Icon.style.scss';
import { Props } from './Icon.types';
/**
 * Icon component that can dynamically display SVG icons with a valid name.
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const Icon: React.FC<Props>;
export default Icon;
