export declare class ITextTranslation { static defaultTextTranslation: ITextTranslation; static translateText(tag: string, text: string): string; }