/// import { AmountCellProps } from './type'; declare function AmountCell({ conversionType, amount, currency, tooltipLabel, amountTooltipLabel, ...props }: AmountCellProps): import("react").JSX.Element; export default AmountCell;