/** * Present when the button is disabled. */ export declare const disabled = "data-disabled"; /** * Indicates the orientation of the toolbar. * @type {'horizontal' | 'vertical'} */ export declare const orientation = "data-orientation"; /** * Present when the button remains focusable when disabled. */ export declare const focusable = "data-focusable";