/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { Diagram as DiagramWidget } from '@progress/kendo-diagram-common';
import { DiagramProps } from './interfaces/index.js';
import * as React from 'react';
/**
* Represents the [KendoReact Diagram component](https://www.telerik.com/kendo-react-ui/components/diagram).
*
* @example
* ```tsx
*
* ```
*/
export declare const Diagram: React.ForwardRefExoticComponent>;