import type { OnChanges } from '@angular/core'; import { CuiDriver } from '../../classes'; import * as i0 from "@angular/core"; export declare class CuiTooltipManual extends CuiDriver implements OnChanges { private readonly hover; private readonly stream$; cuiTooltipManual: boolean; readonly type = "hint"; constructor(); ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }