import { type TuiDay, type TuiDayLike, TuiDayRange } from '@taiga-ui/cdk/date-time'; import { type AbstractTuiCalendar } from '@taiga-ui/core/components/calendar'; import { type TuiCalendarRange } from '@taiga-ui/kit/components/calendar-range'; import { TuiInputDateBase } from '@taiga-ui/kit/components/input-date'; import * as i0 from "@angular/core"; import * as i1 from "@taiga-ui/core/components/input"; import * as i2 from "@taiga-ui/core/portals/dropdown"; import * as i3 from "@maskito/angular"; export declare class TuiInputDateRangeDirective extends TuiInputDateBase { /** * TODO(v6): check https://github.com/angular/angular/issues/70600 status: * Solved? Drop `TuiDayRange | undefined` workaround from `transform` */ readonly max: import("@angular/core").InputSignalWithTransform; /** * TODO(v6): check https://github.com/angular/angular/issues/70600 status: * Solved? Drop `TuiDayRange | undefined` workaround from `transform` */ readonly min: import("@angular/core").InputSignalWithTransform; protected readonly filler: import("@angular/core").Signal; protected readonly mask: import("@angular/core").Signal; /** * TODO(v6): check https://github.com/angular/angular/issues/70600 status: * - Solved? Drop `number | undefined` workaround and `transform` * - Not yet? Rename props to `margin` * * (to be similar to `Range[margin]`: https://taiga-ui.dev/components/range/API?margin=2) */ readonly minLength: import("@angular/core").InputSignalWithTransform; /** * TODO(v6): check https://github.com/angular/angular/issues/70600 status: * - Solved? Drop `number | undefined` workaround and `transform` * - Not yet? Rename props to `limit` * (to be similar to `Range[limit]`: https://taiga-ui.dev/components/range/API?limit=10) */ readonly maxLength: import("@angular/core").InputSignalWithTransform; protected processCalendar(calendar: AbstractTuiCalendar | TuiCalendarRange): void; protected onValueChange(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }