/// export interface PriceProps { amount: string; hideCurrency?: boolean; currency?: string; } declare const Price: (props: PriceProps) => JSX.Element; export default Price; //# sourceMappingURL=Price.d.ts.map