import { ElementRef, InjectionToken } from '@angular/core'; export interface KbqTitleTextRef { textElement?: ElementRef; parentTextElement?: ElementRef; } export declare const KBQ_TITLE_TEXT_REF: InjectionToken;