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