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