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