/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
import { SeriesNotesLabel } from '../../../common/property-types';
import * as React from 'react';
/**
 * Represents the props of the KendoReact ChartNavigatorSeriesNotesLabel component.
 */
export interface ChartNavigatorSeriesNotesLabelProps extends SeriesNotesLabel {
}
/**
 * Represents the KendoReact ChartNavigatorSeriesNotesLabel component.
 */
declare const ChartNavigatorSeriesNotesLabel: React.FunctionComponent<ChartNavigatorSeriesNotesLabelProps>;
export { ChartNavigatorSeriesNotesLabel };
