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