import { type TuiContext } from '@taiga-ui/cdk/types'; export interface TuiValueContentContext extends TuiContext { active: boolean; }