export declare namespace Material {
    class Replacer {
        static ReplaceTRCharsToEN(source: string): string;
    }
}
