/** * @internal 'dd/mm/yyyy'.length * Used in: * - {@link TuiInputDate} * - {@link TuiInputDateRange} * - {@link TuiInputDateTime} */ export declare const DATE_FILLER_LENGTH = 10; /** * @internal * Used in {@link TuiInputDateRange} */ export declare const DATE_RANGE_FILLER_LENGTH: number;