declare const capitalizedAmount: (amount: number | string) => any; export default capitalizedAmount;