import { AfterViewInit } from '@angular/core';
import { DynamicComponentBase, IDynamicComponentConfig } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class DTextComponent extends DynamicComponentBase implements AfterViewInit {
    static KEY: string;
    constructor();
    ngAfterViewInit(): void;
    configChange(config: IDynamicComponentConfig): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DTextComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DTextComponent, "app-d-text", never, {}, {}, never, never>;
}
