import type { NormalizedSeriesProps, SeriesProps } from '../types';
export declare function normalizeSeries(props: SeriesProps): NormalizedSeriesProps;
