import * as i0 from "@angular/core"; /** * Remove diacritics (accent and other marks) on characters, and dissociate double characters. * Based on the character map of http://lehelk.com/2011/05/06/script-to-remove-diacritics/ * but per-character walk (improved performance). * * Licensed under WTFPL v2 http://sam.zoy.org/wtfpl/COPYING */ export declare class DiacriticService { private static MAP; remove(str: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }