import { MatLegacyTooltipDefaultOptions as MatTooltipDefaultOptions } from '@angular/material/legacy-tooltip'; import * as i0 from "@angular/core"; import * as i1 from "./ellipsis.directive"; import * as i2 from "@angular/common"; /** * We are override the MAT_TOOLTIP_DEFAULT_OPTIONS with disableTooltipInteractivity: true * since the angular material change the tooltip behavior since angular 13 * as you can read about here -> https://github.com/angular/components/issues/25219 * and the solution they give us can be found here -> https://github.com/angular/components/issues/25173 * * and example how to use it can be found here -> * https://stackoverflow.com/questions/72365016/hide-mat-tooltip-immediately-when-mouse-leaves-button */ export declare const SING_TOOLTIP_DEFAULT_OPTIONS: MatTooltipDefaultOptions; export declare class SingEllipsisModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } //# sourceMappingURL=ellipsis.module.d.ts.map