import React from 'react'; import { IconColorType } from './IconColorType'; declare type Props = { icon: string; collection?: 'ui' | 'currency' | 'exchange' | 'language'; type?: IconColorType; className?: string; }; export declare const IconWrapper: React.FC; export {};