import { type Signal } from '@angular/core';
export declare function tuiInjectValue<T>(): Signal<T>;
