import { dayjs } from '@antmjs/utils'; type Dayjs = dayjs.Dayjs; export declare function getPickerTime(minuteInterval: number, value: dayjs.Dayjs, min: dayjs.Dayjs, max: dayjs.Dayjs, unit?: boolean, second?: boolean): any; export declare function getPickerDatetime(type: "date" | "datetime" | undefined, value: Dayjs, min: Dayjs, max: Dayjs, unit?: boolean, second?: boolean, day?: boolean): any[]; export declare function getDayjs(arr: number[]): dayjs.Dayjs; export {};