import { FieldType, FieldTypeConfig } from '@ngx-formly/core'; import { WcsFormlyBooleanFieldWrapperProps } from './formly-wcs-boolean-field-wrapper.component'; import { CheckboxLabelAlignment } from 'wcs-core'; import * as i0 from "@angular/core"; export declare type WcsFormlyCheckboxProps = WcsFormlyBooleanFieldWrapperProps & { checked: boolean; indeterminate: boolean; labelAlignment: CheckboxLabelAlignment; }; export declare class FormlyWcsFieldCheckboxComponent extends FieldType> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }