import { ContentComponent } from '../content-component'; import { ContentType } from '../content-type'; import { ContentTheme } from '../content-theme'; import { ContentConfigOption } from '../content-config-option'; export declare class NullContentComponent extends ContentComponent { readonly name: string; readonly description: string; readonly theme: ContentTheme; readonly type: ContentType; readonly configurationOptions: ContentConfigOption[]; reflow(): void; refresh(): void; }