import { Toolbar as BaseToolbar } from "@base-ui/react/toolbar";
import * as React from "react";
/**
* Arranges related actions into a keyboard-accessible toolbar.
*
* @remarks
* - Renders a `
` element by default
* - Built on Base UI Toolbar primitives
* - Supports roving focus and compound toolbar item composition
*
* @example
* ```tsx
*
* Bold
* Italic
*
* ```
*
* @see {@link https://base-ui.com/react/components/toolbar | Base UI Toolbar Docs}
*/
declare const Toolbar: React.ForwardRefExoticComponent & React.RefAttributes, "ref"> & React.RefAttributes>;
/**
* Renders an interactive button within a toolbar.
*
* @remarks
* - Renders a `