import { IComponentDef } from '../../shared/interfaces';
import * as i0 from "@angular/core";
export declare class FormConfigComponent {
    bordered: any;
    data: IComponentDef;
    mapBool(list: any, bool: any): void;
    borderedChange(bool: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FormConfigComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FormConfigComponent, "app-form-config", never, { "data": "data"; }, {}, never, never>;
}
