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