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