import { TransformComponent as TC } from '../runtime'; import { SortXTransform } from '../spec'; export type SortXOptions = Omit; /** * Sort domain of x scale of mark groups by groups. */ export declare const SortX: TC;