import { CoordinateComponent as CC } from '../runtime'; import { TransposeCoordinate } from '../spec'; export type TransposeOptions = Omit; /** * Transpose transformation for transposing chart according to center of canvas. */ export declare const Transpose: CC;