declare const formatPrice: (value: number, decimals?: number) => string; export default formatPrice;