import { Type } from '@angular/core'; import { FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core'; import { FormlyFieldSelectProps } from '@ngx-formly/core/select'; import { FieldType, FormlyFieldProps } from '@ngx-formly/material/form-field'; import * as i0 from "@angular/core"; interface NativeSelectProps extends FormlyFieldProps, FormlyFieldSelectProps { } export interface FormlyNativeSelectFieldConfig extends FormlyFieldConfig { type: 'native-select' | Type; } export declare class FormlyFieldNativeSelect extends FieldType> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};