export declare enum ToolbarLinkDataAttributes { /** * Indicates the orientation of the toolbar. * @type {'horizontal' | 'vertical'} */ orientation = "data-orientation", /** * Present when the link is the active item in the toolbar. */ highlighted = "data-highlighted" }