import { FieldType } from '@ngx-formly/core'; import { FormlyBoxTemplates, NzFormlyFieldConfig } from '@xmagic/nz-formly/common'; import { BetweenTimeOptions } from './formly.type'; import * as i0 from "@angular/core"; export declare class FormlyFieldBetweenTimeComponent extends FieldType> { fieldTemplates: FormlyBoxTemplates; defaultOptions: { props: BetweenTimeOptions; }; constructor(fieldTemplates: FormlyBoxTemplates); get nzxStartAddOn(): import("@angular/core").TemplateRef | undefined; get nzxEndAddOn(): import("@angular/core").TemplateRef | undefined; get nzxStartSuffixIcon(): import("@angular/core").TemplateRef | undefined; get nzxEndSuffixIcon(): import("@angular/core").TemplateRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }