- import { SeriesOption } from '../../util/types.js';
- declare type MarkerTypes = 'markPoint' | 'markLine' | 'markArea';
- export default function checkMarkerInSeries(seriesOpts: SeriesOption | SeriesOption[], markerType: MarkerTypes): boolean;
- export {};
|