/** * @internal used in calendar and year picker */ export type TuiRangeState = 'end' | 'single' | 'start';