import { FieldType, FieldTypeConfig } from '@ngx-formly/core'; import { WcsFormlyFieldWrapperProps } from './formly-wcs-field-wrapper.component'; import { WcsCounterSize } from 'wcs-core'; import * as i0 from "@angular/core"; export declare type WcsFormlyCounterProps = WcsFormlyFieldWrapperProps & { label: string; max?: number; min?: number; size?: WcsCounterSize; step?: number; }; export declare class FormlyWcsFieldCounterComponent extends FieldType> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }