import React from 'react'; import { AmountProps, RightItemsStyleProps } from './types'; import './index.less'; export type { AmountProps, RightItemsStyleProps }; declare const Amount: (props: AmountProps) => React.JSX.Element; export default Amount;