import { FBAbstractControl } from '../abstract.control'; export declare class FBDateTimeComponent extends FBAbstractControl { constructor(); static PROPERTIES(): Readonly<{ common: { referenceName: { type: string; source: string; }; title: { type: string; source: string; }; fieldType: { type: string; source: string; }; eventJs: { type: string; source: string; }; class: { type: string; source: string; }; id: { type: string; source: string; }; rowSpan: { type: string; source: string; }; dbTypeName: { type: string; source: string; }; description: { type: string; source: string; }; placeholder: { type: string; source: string; }; tooltip: { type: string; source: string; }; uiMask: { type: string; source: string; }; format: { type: string; source: string; }; bindings: { type: string; source: string; }; extract: { type: string; source: string; }; min: { type: string; source: string; }; max: { type: string; source: string; }; }; booleans: { hidden: { type: string; source: string; }; disabled: { type: string; source: string; }; required: { type: string; source: string; }; readonly: { type: string; source: string; }; isRequiredForGrid: { type: string; source: string; }; isRequiredForForm: { type: string; source: string; }; isValidForGrid: { type: string; source: string; }; isValidForForm: { type: string; source: string; }; allowCreate: { type: string; source: string; }; isValidForReport: { type: string; source: string; }; isExtractable: { type: string; source: string; }; isSingleLookup: { type: string; source: string; }; isDynamicDropDown: { type: string; source: string; }; isNonValueType: { type: string; source: string; }; hasRelation: { type: string; source: string; }; }; }>; }