export declare class I18n {
    protected translationStrings: any;
    set(strings: any): void;
    get(): any;
}
