interface IDiacriticSet { [key: string]: string; } export default IDiacriticSet;