import { FieldType } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export declare class FormlyFieldBetweenInputComponent extends FieldType { defaultOptions: { props: { nzxSize: string; nzxType: string; nzxStartPlaceholder: string; nzxEndPlaceholder: string; nzxStartMax: number; nzxEndMax: number; nzxStartMin: number; nzxEndMin: number; nzxStarStep: number; nzxEndStep: number; }; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }