/// <reference types="react" />
import { IconProps } from './Icon.types';
export declare const Icon: ({ icon, color, size }: IconProps) => JSX.Element;
