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