import { BaseTooltipComponent, TranslateIdPipe } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AttributeTooltipComponent extends BaseTooltipComponent { private translateIdPipe; constructor(translateIdPipe: TranslateIdPipe); getValue(attribute: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }