import { Dayjs } from 'dayjs'; export declare function isTimeArrayChange(prevTime: Dayjs[], nextTime: Dayjs[]): boolean; export declare function getAvailableDayjsLength(value: any): 0 | 1 | 2;