import { EnvironmentProviders, OnInit } from '@angular/core';
import { FieldWrapper } from '@ngx-formly/core';
import * as i0 from "@angular/core";
export declare const wrapperFormFieldConfig: () => EnvironmentProviders;
export declare class WrapperFormField extends FieldWrapper implements OnInit {
    maxHelpBlockLength: number;
    showDescriptionAsPopup: boolean;
    smallFormGroup: boolean;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<WrapperFormField, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WrapperFormField, "c8y-wrapper-form-field", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=form-field.wrapper.component.d.ts.map