import type { ITimeOptions } from '../types';
export declare function pickerToDate(values: any[], options: ITimeOptions): Date;
