import { HttpClient } from '@angular/common/http';
import { OnChanges } from '@angular/core';
import { DocItem } from '../../interfaces';
import { GlobalContext } from '../../services/global-context';
import * as i0 from "@angular/core";
export declare class DocMetaComponent implements OnChanges {
    private http;
    private globalContext;
    hideDocMeta: boolean;
    docItem: DocItem;
    lastUpdatedTime: Date | undefined;
    contributors: string[] | undefined;
    constructor(http: HttpClient, globalContext: GlobalContext);
    ngOnChanges(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DocMetaComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DocMetaComponent, "dg-doc-meta", never, { "docItem": { "alias": "docItem"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=doc-meta.component.d.ts.map