import { FieldType } from '@ngx-formly/core';
export declare enum DatePickers {
    RANGE_PICKER = 0,
    DATE_PICKER = 1,
    DATE_TIME_PICKER = 2
}
export declare class DatePickerTypeComponent extends FieldType {
    DatePickers: typeof DatePickers;
    onDateChange(event: any): void;
}
