declare const localization: { remainingCharacters: (remainder: number) => string; }; export default localization;