import { type Signal } from '@angular/core';
export declare function tuiFocusedIn(node: Node): Signal<boolean>;
