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