import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; type LabelType = 'on' | 'in' | 'over'; type HourFormatType = '12' | '24'; export declare class DateTimePickerComponent { label: string; labelType: LabelType; placeholder: string; showTime: boolean; timeOnly: boolean; hourFormat: HourFormatType; showIcon: boolean; iconDisplay: 'input' | 'button'; disabled: boolean; minDate?: Date; maxDate?: Date; inLine: boolean; width: string; height: string; inputBackground: string; inputTextColor: string; inputBorderColor: string; inputIconColor: string; inputPlaceholderColor: string; value: Date | null; valueChange: EventEmitter; onValueChange(event: Date | null): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};