import { CoordinateComponent as CC } from '../runtime'; import { ParallelCoordinate } from '../spec'; export type ParallelOptions = Omit; /** * Parallel coordinate transformations for parallel coordinate. */ export declare const Parallel: CC;