import { type TuiYear } from './year';
export declare function tuiDateClamp<T extends TuiYear>(date: T, min?: T, max?: T): T;
