export type TuiRounding = 'ceil' | 'floor' | 'round' | 'truncate';