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