export declare enum MenuTriggerDataAttributes {
  /**
   * Present when the corresponding menubar is modal.
   */
  modal = "data-modal",
  /**
   * Determines the orientation of the menubar.
   * @type 'horizontal' | 'vertical'
   * @default 'horizontal'
   */
  orientation = "data-orientation",
}