import { FC } from 'react'; export declare const FormattedPrice: FC<{ value?: number | null; }>;