import { ChangeDetectorRef } from '@angular/core'; import { AbstractWidgetComponent } from '../abstract.widget'; import { WidgetConfiguration } from '../../../models/widget-configuration.model'; export declare class PlainHtmlComponent extends AbstractWidgetComponent { protected ref: ChangeDetectorRef; constructor(ref: ChangeDetectorRef); static readonly CONFIGURATION: WidgetConfiguration[]; static readonly OPTIONS: any; static readonly DESCRIPTION: string; static readonly TITLE: string; static readonly PLAINHTML: string; static readonly ICON: string; }