import { FormlyFieldConfig, FormlyFieldProps } from '@ngx-formly/core'; import { WcsFormlyStylesProps, WcsFormlyTooltipProps } from './types/formly-props-types'; import * as i0 from "@angular/core"; export declare type WcsFormlyBooleanFieldWrapperProps = FormlyFieldProps & WcsFormlyTooltipProps & WcsFormlyStylesProps; /** * See formly-wcs-field-wrapper.component.ts for more information on the purpose of this component */ export declare class FormlyWcsBooleanFieldWrapperComponent { showError: boolean; props: WcsFormlyBooleanFieldWrapperProps; field: FormlyFieldConfig; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }