/**
 * The DnD5e Tooltips5e class
 */
export declare class Tooltips5e {
  /**
   * Initialize the tooltips
   */
  static initialize(): void;

  /**
   * Activate tooltips for a specific element
   */
  static activate(element: HTMLElement): void;

  /**
   * Deactivate tooltips for a specific element
   */
  static deactivate(element: HTMLElement): void;
}
