import { OnInit } from '@angular/core';
import { ViewModelFactoryService } from '@nakedobjects/view-models';
import * as i0 from "@angular/core";
export declare class ApplicationPropertiesComponent implements OnInit {
    private readonly viewModelFactory;
    constructor(viewModelFactory: ViewModelFactoryService);
    get applicationName(): string;
    get userName(): string;
    get serverUrl(): string;
    get implVersion(): string;
    get apiVersion(): string;
    get appVersion(): string;
    get clientVersion(): string;
    private applicationProperties?;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationPropertiesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ApplicationPropertiesComponent, "nof-application-properties", never, {}, {}, never, never, false, never>;
}
