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