export declare enum PopoverPopupCssVars {
  /**
   * The width of the popup.
   */
  popupWidth = "--popup-width",
  /**
   * The height of the popup.
   */
  popupHeight = "--popup-height",
}