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