import { FieldType, FieldTypeConfig } from '@ngx-formly/core'; import { WcsFormlyFieldWrapperProps } from './formly-wcs-field-wrapper.component'; import { WcsSelectSize } from 'wcs-core'; import * as i0 from "@angular/core"; export declare type WcsFormlySelectNativeProps = WcsFormlyFieldWrapperProps & { id?: string; name?: string; size?: WcsSelectSize; }; export declare class FormlyWcsFieldNativeSelectComponent extends FieldType> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }