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