import { ConfigService, Version } from '@ximple/igo2-core'; export declare class AboutToolComponent { html: string; version: Version; private _html; constructor(configService: ConfigService); }