import type { ComponentProps } from "react"; import { ToolbarRoot } from "./toolbar"; export declare const Toolbar: { ({ children, className, isAttached, orientation, ...props }: import("./toolbar").ToolbarRootProps): import("react/jsx-runtime").JSX.Element; displayName: string; } & { Root: { ({ children, className, isAttached, orientation, ...props }: import("./toolbar").ToolbarRootProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; }; export type Toolbar = { Props: ComponentProps; RootProps: ComponentProps; }; export { ToolbarRoot } from "./toolbar"; export type { ToolbarRootProps, ToolbarRootProps as ToolbarProps } from "./toolbar"; export { toolbarVariants } from "@heroui/styles"; export type { ToolbarVariants } from "@heroui/styles";