export declare enum ToolbarLinkDataAttributes {
  /**
   * Indicates the orientation of the toolbar.
   * @type {'horizontal' | 'vertical'}
   */
  orientation = "data-orientation",
}