import { FC } from 'react'; export declare const FormattedCurrency: FC<{ value: number; }>;