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"; interface CheckboxProps extends FormlyFieldProps { } export interface FormlyCheckboxFieldConfig extends FormlyFieldConfig { type: 'checkbox' | Type; } export declare class FormlyFieldCheckbox extends FieldType> { defaultOptions: { props: { hideLabel: boolean; }; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};