import { TransformComponent as TC } from '../runtime';
import { GroupXTransform } from '../spec';
export type GroupXOptions = Omit<GroupXTransform, 'type'>;
/**
 * The GroupX transform group data by x channel, and aggregate.
 */
export declare const GroupX: TC<GroupXOptions>;
