/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { ToolbarProps } from './interfaces/ToolbarProps'; import { ToolbarHandle } from './interfaces/ToolbarHandle'; import * as React from 'react'; /** * Represents the [KendoReact Toolbar component](https://www.telerik.com/kendo-react-ui/components/buttons/toolbar). * * @example * ```jsx * const App = () => { * return ( * * * * * * * * * * ); * } * ``` */ export declare const Toolbar: React.ForwardRefExoticComponent>;