import { Type } from "@angular/core";
export * from "./tooltip";
export * from "./tooltip-trigger";
export * from "./tooltip-content";
export declare const TOOLTIP_DIRECTIVES: Type<any>[];
