import { CalendarTimePickerPropsType } from './PropsType';
export declare class CalendarTimePickerComponent {
    defaultProps: CalendarTimePickerPropsType;
    props: CalendarTimePickerPropsType;
    selfHeight: string;
    propsData: any;
    title: any;
    value: any;
    prefixCls: any;
    defaultValue: any;
    pickerPrefixCls: any;
    clientHeight: any;
    onValueChange: any;
    timePicker: boolean;
    constructor();
    onDateChange: (date: {
        date: Date;
        index: number;
    }) => void;
    getMinTime(date?: Date): Date;
    getMaxTime(date?: Date): Date;
}
