import { ComponentFixture } from '@angular/core/testing'; /** * Helper function to display the tooltip * * @param fixture - the fixture with a tooltip */ export declare function getTooltipText(fixture: ComponentFixture): string | null;