export declare enum ToolbarGroupDataAttributes {
  /**
   * Present when the group is disabled.
   */
  disabled = "data-disabled",
  /**
   * Indicates the orientation of the toolbar.
   * @type {'horizontal' | 'vertical'}
   */
  orientation = "data-orientation",
}