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