import dayjs, { Dayjs } from 'dayjs'; export declare function throughDisabledCheck(value: Dayjs | null, getDisabledItem?: (value: Dayjs, today: Dayjs) => boolean): dayjs.Dayjs | null;