import { Type } from '@angular/core'; import { FieldType, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core'; import { FormlyFieldProps } from '@ngx-formly/nativescript/form-field'; import * as i0 from "@angular/core"; type RadioProps = FormlyFieldProps; export interface FormlyRadioFieldConfig extends FormlyFieldConfig { type: 'radio' | Type; } export declare class FormlyFieldRadio extends FieldType> { tap(id: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};