import { TKwikUIInputCurrencyType } from "./input-currency.definitions"; export declare const formatToINR: (value: string) => string; export declare const formatToUSD: (value: string) => string; export declare const formatToEUR: (value: string) => string; export declare const formatToGBP: (value: string) => string; export declare const formatToJPY: (value: string) => string; export declare const formatToCNY: (value: string) => string; export declare const formatToAUD: (value: string) => string; export declare const formatToCAD: (value: string) => string; export declare const formatCurrency: (currencyType: TKwikUIInputCurrencyType, value: string) => string;