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