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