import * as i0 from "@angular/core";
export declare class AccentService {
private _vi_accents;
private _en_accents;
constructor();
viToEn(str: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<AccentService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AccentService>;
}