/// interface CurrencyCellPRops { currency: string; } export declare function CurrencyCell({ currency }: CurrencyCellPRops): import("react").JSX.Element; export {};