export declare enum NavigationMenuLinkDataAttributes {
  /**
   * Present when the link is the currently active page.
   */
  active = "data-active",
}