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