export declare class RemoveAccents { static readonly defaultDiacriticsRemovalMap: { base: string; letters: RegExp; }[]; static remove(str?: string): string | undefined; }