import React from 'react'; import { SerializedPrice } from '../../../machines'; export declare const renderPrice: (price: SerializedPrice, locale: string) => React.JSX.Element;