import { DynamicField } from '../..'; import { BaseDynamicFieldComponent } from '../field-components/base-dynamic-field.component'; /** * Component to generate a Bootstrap form field and set up the component layout according to the form configuration. */ export declare class FormControlLayoutComponent { fieldComponent: BaseDynamicFieldComponent; readonly labelStyleClass: string; readonly fieldStyleClassCheckbox: string; readonly fieldStyleClass: string; }