import { ToolbarProps } from "./Toolbar.types.js";
import * as _$react from "react";

//#region src/components/Toolbar/Toolbar.d.ts
declare const Toolbar: _$react.ForwardRefExoticComponent<Omit<ToolbarProps, "ref"> & _$react.RefAttributes<HTMLDivElement | null>>;
//#endregion
export { Toolbar };
//# sourceMappingURL=Toolbar.d.ts.map