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