import { FC } from 'react'; import { CurrencyType } from '../Icon'; declare type Props = { icon: CurrencyType; type?: 'theme' | 'color' | 'dark' | 'white'; className?: string; }; export declare const CryptoCurrency: FC; export {};