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