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