/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { MagI18nPair } from "./mag-i18n-pair"; import { Serializable } from './serializable'; export declare class MagI18nPairBase extends Serializable implements MagI18nPair { lang: string; value?: string; constructor(obj?: any); }