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