import { IAvailableDate } from '../types';
export declare function getDefaultTime(value: Date, defaultValue: IAvailableDate, format: string): any;
