import { OnInit } from '@angular/core';
import { DataPointDataType, IDynamicComponentConfig } from '../../dynamic-component';
import * as i0 from "@angular/core";
export declare class EffectiveDisplayComponent implements OnInit {
    type: typeof DataPointDataType;
    constructor();
    config: IDynamicComponentConfig;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<EffectiveDisplayComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<EffectiveDisplayComponent, "app-effective-display", never, { "config": "config"; }, {}, never, never>;
}
