import { type TuiDay, type TuiDayLike, TuiDayRange } from '@taiga-ui/cdk/date-time'; import { type TuiBooleanHandler } from '@taiga-ui/cdk/types'; export declare const calculateDisabledItemHandler: (disabledItemHandler: TuiBooleanHandler, value: TuiDay | TuiDayRange | null, minLength: TuiDayLike | null) => TuiBooleanHandler;