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