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