import { TransformComponent as TC } from '../runtime'; import { DodgeXTransform } from '../spec'; export type DodgeXOptions = Omit; /** * The dodge group marks into series by color or series channel, * and then produce new series channel for each series by specified order, * say to form horizontal "columns" by specified channels. */ export declare const DodgeX: TC;