// @ts-nocheck import React from 'react'; import styled from 'styled-components'; import intl from 'react-intl-universal'; import { Button, Popover, PopoverInteractionKind, FormGroup, Position, Classes, } from '@blueprintjs/core'; import { ExchangeRateInputGroup, Icon } from '@/components'; export function ExchangeRateMutedField({ name, toCurrency, fromCurrency, date, exchangeRate, exchangeRateFieldProps, popoverProps, }) { const content = ( ); return ( } > 1 {fromCurrency} = {exchangeRate} {toCurrency}