import { FieldWrapper, FormlyFieldConfig, FormlyFieldProps as CoreFormlyFieldProps } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export interface FormlyFieldProps extends CoreFormlyFieldProps { hideLabel?: boolean; } export declare class FormlyWrapperFormField extends FieldWrapper> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }