/// import { AmountCellSheetProps } from './type'; declare function AmountCellSheet({ conversionType, amount, currency, selectionProps, chipIndex }: AmountCellSheetProps): import("react").JSX.Element; export default AmountCellSheet;